VALUES property

Tab control

Returns or sets the values within a tab control. This is an @fm-delimited array of values.

currentVal = Get_Property(objectname, "VALUES")

lastVal = Set_Property(objectname, "VALUES", newVal)

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)
  • guides/programming/programmers_reference_manual/values.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1