TdxBarProgressItem.Position Property
Determines the current position of a progress bar.
Declaration
property Position: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use the Position property to determine the current progress of the actual operation.
Note
The Position property must be greater than or equal to the Min property, and less than or equal to the Max property.
The default value of the Position property is 0.
See Also