| Description | Hierarchy | Fields | Methods | Properties |
type TGUISpinBox = class(TGUIElement)
Single line edit box + spin buttons.
![]() |
function GetEditBox: TGUIEditBox; inline; |
![]() |
procedure SetDecimalPlaces(NPlaces: LongInt); inline; |
![]() |
procedure SetRange(NMin, NMax: Single); inline; |
![]() |
property Maximum: Single read GetMax write SetMax; |
![]() |
property Minimum: Single read GetMin write SetMin; |
![]() |
property StepSize: Single read GetStepSize write SetStepSize; |
![]() |
property Value: Single read GetValue write SetValue; |
![]() |
function GetEditBox: TGUIEditBox; inline; |
|
Accesses the edit box used in the spin control. | |
![]() |
procedure SetDecimalPlaces(NPlaces: LongInt); inline; |
|
Sets the number of decimal places to display. Parameters
| |
![]() |
procedure SetRange(NMin, NMax: Single); inline; |
|
Sets both Minimum and Maximum. Parameters | |
![]() |
property Maximum: Single read GetMax write SetMax; |
|
The | |
![]() |
property Minimum: Single read GetMin write SetMin; |
|
The | |
![]() |
property Value: Single read GetValue write SetValue; |
|
The current | |