UPDATEOPT Property


PLBCMP GUI Only

 

The UPDATEOPT property controls when the contents of an OLE insertable object are updated within an OLE CONTAINER object. The property uses the following format:

UPDATEOPT={value}

Note the following:

  1. UPDATEOPT may be used in CREATE, SETPROP, or GETPROP statements of a CONTAINER 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 contents are updated ...

    1

    $UPDATEOPTAUTO

    any time the data is changed. (default)

    2

    $UPDATEOPTFROZEN

    when the linked data is saved from within the application in which it was created.

    3

    $UPDATEOPTMANUAL

    when the update method is called.

 

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

 



PL/B Language Reference UNITS Property UPDOWNALIGN Property