Versions Compared

Key

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

...

lastVal = Set_Property (objectname"VALUES"newVal)

Example

 
Code Block
declare function Get_Property
declare subroutine Set_Property
retval = Get_Property(@window : '.TABCONTROL_1','VALUES')
Set_Property(@window : '.TABCONTROL_1', 'VALUE', 1 : @fm : 2 : @fm : 3)