ComCtrls.TPageControl Methods
Delphi Information
| function GetPageFromDockClient(Client: TControl): TTabSheet; |
Returns the tab sheet on which a client is docked. |
| procedure SetActivePage(Page: TTabSheet); | |
| procedure UpdateActivePage virtual; |
Updates the ActivePage property when changes are made to the Pages property. |
| function FindNextPage(CurPage: TTabSheet;
GoForward: Boolean; CheckTabVisible: Boolean): TTabSheet; |
Returns the next page in the page control before or after a specified page. |
| procedure SelectNextPage(GoForward: Boolean; CheckTabVisible: Boolean = True); |
Changes the ActivePage to the first visible page that is before or after the currently active page. |
Unit: ComCtrls
Type: method
Visibility: public
Member Of: TPageControl
C++ Information
| Comctrls::TTabSheet * __fastcall GetPageFromDockClient(Controls::TControl * Client); |
Returns the tab sheet on which a client is docked. |
| void __fastcall SetActivePage(Comctrls::TTabSheet * Page); | |
| virtual void __fastcall UpdateActivePage(void); |
Updates the ActivePage property when changes are made to the Pages property. |
| Comctrls::TTabSheet * __fastcall FindNextPage(Comctrls::TTabSheet * CurPage, bool GoForward, bool CheckTabVisible); |
Returns the next page in the page control before or after a specified page. |
| void __fastcall SelectNextPage(bool GoForward, bool CheckTabVisible); |
Changes the ActivePage to the first visible page that is before or after the currently active page. |
Unit: ComCtrls
Type: method
Visibility: public
Member Of: TPageControl
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!