GetWebStyle Method
PLB Web Only, 9.7C
The GetWebStyle method retrieves a specific CSS style for a PWS object which is implemented as a visible HTML object. The method uses the following format:
|
|
|
|
|
|
|
|
Where:
Where:
Flags Affected: EOS, OVER, ZERO
Note the following:
This method dynamically obtains the CSS styles as described at this link:
http://www.w3schools.com/css/default.asp
The EOS flag is set if the returned CSS style value string must be truncated before being stored into the {return} Character variable.
The ZERO flag is always cleared.
The OVER flag is always cleared.
The optional {flags} bit mask values changes the execution behavior of the GetWebStyle method as follows:
|
Value |
Meaning |
|
0x01 |
This bit value causes the CSS style to be obtained from the HTML <div> enclosing the {object} HTML object. |
Example:
See Also: Objects
![]() |