WEBOBJECT Property


10.5, PLBCMP GUI Only

square.png Objects

 

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:

  1. WEBOBJECT may be used in CREATE, SETPROP or GETPROP statements.

  2. The COLOR and FONT objects can only use the WEBOBJECT property in a CREATE statement.

  3. 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.

  4. {value} is a Numeric Variable or Decimal number controlling the creation of a web object. The allowed values are defined as follows:

  5.  

    Value

    WebObject creation is ...

    0

    not enabled. (default)

    1

    enabled.

 

 

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

 



PL/B Language Reference