====== 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 ==== 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)