DVX_GUI/apps/dvxbasic/controls/spinbtn.dhs

38 lines
1.1 KiB
Text

.topic ctrl.spinbutton
.title SpinButton
.toc 1 SpinButton
.index SpinButton
.index Spinner
.index SetRange
.index SetStep
.index RealMode
.index Decimals
.h1 SpinButton
DVX Extension -- DVX Widget: spinner | Name Prefix: Spin
A numeric input with up/down buttons. Supports integer mode (default) and real-number mode with configurable decimal places.
.h2 Type-Specific Properties
.table
Property Type Description
-------- ------- -------------------------------------------
Value Integer Current integer value (in integer mode).
RealMode Boolean True to use floating-point mode; False for integer mode.
Decimals Integer Number of decimal places shown in real mode.
.endtable
.h2 Type-Specific Methods
.table
Method Parameters Description
-------- ------------------------------ -------------------------------------------
SetRange Min As Integer, Max As Integer Set the allowed value range.
SetStep Step As Integer Set the increment per button click.
.endtable
Default Event: Change
.link ctrl.common.props Common Properties, Events, and Methods