Vcl.Forms.TControlScrollBar.Position
Delphi
property Position: Integer read FPosition write SetPosition default 0;
C++
__property int Position = {read=FPosition, write=SetPosition, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TControlScrollBar |
Description
Specifies the position of the thumb tab on the scroll bar.
Use Position to programmatically scroll the client area of the associated control. The value of Position changes (from 0 to Range) at runtime as the user scrolls the scroll bar.
See Also
Code Examples