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:
UPDATEOPT may be used in CREATE, SETPROP, or GETPROP statements of a CONTAINER object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
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
![]() |