TdxBarSpinEditControl.ActiveButton Property
In This Article
Specifies the active edit button for a spin editor. For internal use only.
#Declaration
Delphi
property ActiveButton: TdxBarSpinEditButton read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property can assume the following values:
Value | Meaning |
---|---|
sb |
The up edit button is active. |
sb |
The down edit button is active. |
sb |
No active button exists. |
See Also