Description: | Indicates whether the control is the first control in a tab group. | |||
Used in control(s): | CheckBox ComboBox CommandButton Custom DriveList Edit | FileList FolderList Frame GroupBox Label ListBox | ListView OptionButton Scrollbar Slider StaticText Tab | Table TextBox Toolbar TreeView |
Values (with constants): | True - The first control.(POW-TRUE) False - Not the first control.(POW-FALSE) A tab group is a group of controls in which input focus can be moved by using the arrow keys. Each control that can gain focus has a unique number defined in the TabIndex property (if you enter the numbers PowerCOBOL ensures that no other control has that number). A tab group starts with the first control that has the TabGroup property set to True, and contains all the controls with higher numbers up to (but not including) the next control with the TabGroup property set to True. The TabStop property determines whether focus can be gained by the control by use of the tab key. It operates independently of the TabGroup property. | |||
Default value: | ||||
GroupBox, StaticText and Tab | True(POW-TRUE) | |||
Others | False(POW-FALSE) | |||
COBOL picture: | S9(4) COMP-5 | |||
OLE data type: | VT_BOOL | |||
Design time access: | Set and reference. | |||
Execution time access: | Set and reference. | |||
Backward compatibility attribute: | None. |