Spin property for PowerScript controls
Controls
EditMask controls
Description
The Spin property specifies whether the control is defined
as a spin control that contains up and down arrows that the user
can click to cycle through fixed values.
Usage
In a painter
To make an EditMask into a spin control:
-
Select the Spin Control check box on the
Mask tab page of the control’s Properties view.
In scripts
The Spin property takes a boolean value.
The following line specifies that the user can cycle through
values in an EditMask:
1 |
em_1.Spin = TRUE |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments