Versions Compared

Key

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

...

Yes, this is done very easy using the EXPAND message with Send_Message(). Here is an example and the syntax:

Code Block
**This is the syntax of the EXPAND property using Send_Message.

...


listItem = Send_Message(controlId, "EXPAND", position, level)

...

 


**This is an example:.

...

 

Code Block

listItem = Send_Message(@WINDOW : ".HIER_VIEW" , "EXPAND", 0, 0)

...