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