MODIFYFLAG Property


8.7C, PLBCMP GUI Only

 

The MODIFYFLAG property specifies the state of an object's modification flag. The property uses the following format:

MODIFYFLAG={value}

Note the following:

  1. MODIFYFLAG may be used in GETPROP and SETPROP statements of EDITTEXT, EDITNUMBER, or RICHEDITTEXT objects.

  2. The modification flag indicates whether the contents of the object have been modified. The runtime automatically clears the modification flag to zero when the object is created. If the user changes the object's text, the system sets the flag to $ON.

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

  4.  

    Value

    Keyword

    The modification flag is ...

    0

    $OFF

    false. (default)

    1

    $ON

    true.

 

 

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

 



PL/B Language Reference MINWIDTH Property MPIBORDER Property