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:

  1. DIGITS 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. If the DIGITS property is specified without an assignment, the action is the same as if DIGITS=1 were given.

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

  5.  

    Value

    Keyword

    Characters allowed are ...

    0

    $OFF

    any. (default)

    1

    $ON

    zero through nine only.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference DETECTURL Property DISPLAYTYPE Property