NUMERIC Property
PLBCMP GUI Only
The NUMERIC property specifies that only the numeric digits zero (0) through nine (9), a period (.) or minus sign (-) are allowed in the EDITTEXT field. The property uses the following format:
NUMERIC[={value}]
Note the following:
NUMERIC may be used in CREATE statements of an EDITTEXT object.
This property is obsolescent and has been replaced by the EDITTYPE=3 property.
The EDITTYPE property must be used if SETPROP or GETPROP operations are required.
International users should refer to PLB_LOCALE keyword for additional information.
If the NUMERIC property is specified without an assignment, the action is the same as if NUMERIC=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 |
Input ... |
|
0 |
$OFF |
may be any character. (default) |
|
1 |
$ON |
is restricted to 0 though nine, the minus sign (-) or a decimal point (.). |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |