"accelerated"
If this property is set, the spin box will increase/decrease the value faster the longer you press the respective button.
Synopsis
shape.accelerated(bool enabled);
Parameters
Parameter | Description |
---|---|
shape | Name of the object. |
enabled |
|
Description
If this property is set, the spin box will increase/decrease the value faster the longer you press the respective button.
Example
main()
{
DateTimeEdit_ewo1.accelerated(TRUE);
}
Assignment
DateTimeEdit Widget