Makes the specified page object the active page in the tabbed control.
Source position: comctrls.pp line 447
protected procedure TCustomTabControl.ShowControl( |
APage: TControl |
); override; |
APage |
|
Page object to locate and display in the method. |
ShowControl gets the position for the control specified by the APage argument in the Page property, and makes it the active page in the tabbed control. If the control is not found in Page, the inherited ShowControl method is called to display the control.
ShowControl is provided for Delphi compatibility.
|
The current Page of the Notebook. |
|
|
IndexOf - returns the index value of a specified page. |
|
|
PageIndex - Index number of the current page. |
|
|
Maps the LCL page to the tab index in the widgetset class. |
|
|
Gets the real page index for the specified tab. |
|
|
Displays the control on its Parent. |