Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Style propertyCOLSTYLE messageBitwise operatorsIConv( expression, "MX")OConv( expression, "MX")

Example

Code Block
Declare function Get_Property, Set_Property
 
* retrieve the PSSTYLE property of a LIST control.
 
* If the LISTBOX control contains the default properties, the PSSTYLE property should return 0x0.
 
* If the LISTBOX control has the "ANCHORRIGHT" property set then the PSSTYLE property would return 0x1000.
 
psStyle = Get_Property(@window: ".LIST_1", "PSSTYLE")