OVERTYPE Property


PLBCMP GUI Only

 

The OVERTYPE property specifies the initial editing mode for an object. The default edit mode is character insertion. The property uses the following format:

OVERTYPE={value}

Note the following:

  1. OVERTYPE may be used in CREATE, SETPROP, or GETPROP statements of an EDITTEXT, EDITNUMBER, or RICHEDITTEXT object.

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

  3.  

    Value

    Keyword

    The overtype mode is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

 

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

 



PL/B Language Reference OSEVENTMASK Property PARAM Property (DATAROW)