Class VLDSCapture.TVLDSIntegerAdjustmentProperty
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 61: | Line 61: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:28, 10 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLDSCapture
Inherits: TVLDSAdjustmentProperty
Contents |
Syntax
Delphi:
type TVLDSIntegerAdjustmentProperty = class( TVLDSAdjustmentProperty )
C++ Builder:
class TVLDSIntegerAdjustmentProperty : public TVLDSAdjustmentProperty
Visual C++ (MFC):
class CTVLDSIntegerAdjustmentProperty : public CTVLDSAdjustmentProperty
C# (.NET):
public ref class TVLDSIntegerAdjustmentProperty : Mitov.VideoLab.DSAdjustmentProperty
Summary
Integer adjustment properties class.
Description
Defines class type for Integer adjustment properties.
Properties
Published
- Value - Integer value of the adjustment property.
Public
- RangesSupported - Ranges are supported for this property
- DefaultValue - Returns the default value of the property
- Delta - Returns the step size for the property.
- Max - Returns the maximum value of the property.
- Min - Returns the minimum value of the property.
From TVLDSAdjustmentProperty
Properties
Published
- Mode - Adjustment mode for the property - Manual or Automatic.
Public
- Modes - Set of available adjustment modes.