Description | Hierarchy | Fields | Methods | Properties |
type TGUIScrollBar = class(TGUIElement)
Default scroll bar GUI element.
![]() |
property LargeStep: LongInt read GetLargeStep write SetLargeStep; |
![]() |
property Maximum: LongInt read GetMax write SetMax; |
![]() |
property Minimum: LongInt read GetMin write SetMin; |
![]() |
property Position: LongInt read GetPos write SetPos; |
![]() |
property SmallStep: LongInt read GetSmallStep write SetSmallStep; |
![]() |
property Maximum: LongInt read GetMax write SetMax; |
The |
![]() |
property Minimum: LongInt read GetMin write SetMin; |
The |
![]() |
property Position: LongInt read GetPos write SetPos; |
The current |
![]() |
property SmallStep: LongInt read GetSmallStep write SetSmallStep; |
The small step value. |