WEBOBJECT Property
10.5, PLBCMP GUI Only
The WEBOBJECT property specifies that an object should be created as a web object when the WEBMODE property is on. The property uses the following format:
WEBOBJECT={value}
Note the following:
WEBOBJECT may be used in CREATE, SETPROP or GETPROP statements.
The COLOR and FONT objects can only use the WEBOBJECT property in a CREATE statement.
This property only takes affect when it is used in the CREATE statement. Once created, the mode remains in effect until the object is destroyed.
{value} is a Numeric Variable or Decimal number controlling the creation of a web object. The allowed values are defined as follows:
|
Value |
WebObject creation is ... |
|
0 |
not enabled. (default) |
|
1 |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |