Property VLDSCapture.TVLDSIntegerAdjustmentProperty.Delta
From Mitov Wiki Doc
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.
Class: TVLDSIntegerAdjustmentProperty
Contents |
Syntax
Delphi:
property Delta : Integer read GetDelta;
C++ Builder:
__property int Delta = { read=GetDelta };
Summary
Returns the step size for the property.
Description
Use this property to get step size for the property.
The step size is the smallest increment by which the property can change.