[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Makes the specified page object the active page in the tabbed control.
Source position: comctrls.pp line 449
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.
|
Provides indexed access to the page objects used on the tabbed control. |
|
|
Gets the ordinal position in the page list for the specified page object. |
|
|
Ordinal position for the selected page on the tabbed control. |
|
|
Maps a LCL page index to a tab index in the widgetset class. |
|
|
Gets the real page index for the specified tab. |
|
|
Displays the control on its Parent. |
Version 4.0 | Generated 2025-05-03 | Home |