DIGITS Property
PLBCMP GUI Only
The DIGITS property specifies that only the numeric digits zero (0) through nine (9) are allowed in the EDITTEXT field. The property uses the following format:
DIGITS[={value}]
Note the following:
DIGITS may be used in CREATE statements of an EDITTEXT object.
This property is obsolescent and has been replaced by the EDITTYPE=3 property.
If the DIGITS property is specified without an assignment, the action is the same as if DIGITS=1 were given.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Characters allowed are ... |
|
0 |
$OFF |
any. (default) |
|
1 |
$ON |
zero through nine only. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |