Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== VALUES property ====== ==== Applies To ==== Tab control ==== Description ==== Returns or sets the values within a tab control. This is an @fm-delimited array of values. ==== Usage ==== //currentVal// = **Get_Property**(//objectname//, "**VALUES**") //lastVal// = **Set_Property**(//objectname//, "**VALUES**", //newVal//) ==== Example ==== <code> 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) </code> guides/programming/programmers_reference_manual/values.txt Last modified: 2024/06/19 20:20by 127.0.0.1