LOWERCASE Property


PLBCMP GUI Only

 

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

 

LOWERCASE[={value}]

Note the following:

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

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

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

  4. If the LOWERCASE property is specified without an assignment, the action is the same as if LOWERCASE=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

    Conversion of upper case letters is ....

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

 

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

 



PL/B Language Reference LOAD OBJECT Property MASKCOLOR Property