UPPERCASE Property


PLBCMP GUI Only

 

The UPPERCASE property specifies that all characters entered into the EDITTEXT field in lower case be converted to upper case. The property uses the following format:

UPPERCASE[={value}]

Note the following:

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

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

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

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

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

  6.  

    Value

    Keyword

    Lowercase character conversion is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

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

 



PL/B Language Reference UPDOWNMIN Property URLSOURCE Property