BBjTabCtrl::setControlAt
Description
Sets a control to be used with a tab in the BBjTabCtrl.
Syntax
Return Value |
Method |
void |
setControlAt(int index, BBjControl control!) |
Parameters
Variable |
Description |
index |
Specifies the 0-based index of the tab. |
control! |
Specifies the control to be used with the specified tab. |
Return Value
None.
Remarks
The tab must exist to set the control used with it.
When the owner of the parameter does not match the object on which the methods is being called, an !ERROR=208 Multi Thread results. See Accessing Objects From Different Interpreters.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.