You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)
  • No labels