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:

  1. NUMERIC may be used in CREATE statements of an EDITTEXT object.

  2. This property is obsolescent and has been replaced by the EDITTYPE=3 property.

  3. The EDITTYPE property must be used if SETPROP or GETPROP operations are required.

  4. International users should refer to PLB_LOCALE keyword for additional information.

  5. If the NUMERIC property is specified without an assignment, the action is the same as if NUMERIC=1 were given.

  6. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  7.  

    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

 



PL/B Language Reference NOSCROLL Property OBJECT NAME Property