[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions to show or hide pages when the current page is changed.
Source position: comctrls.pp line 444
protected procedure TCustomTabControl.Change; virtual; |
Change is a method used to performs actions needed to show or hide pages in the tabbed control.
Change calls ShowCurrentPage to display the page in PageIndex, and hide the previously visible page in the tabbed control. Change calls DoChange when the control is not being destroyed, or loaded in the LCL component streaming mechanism.
Change is called from the MoveTab method, and when selection change messages are handled for the control.
Modified in LCL version 3.4 to call MaybeSelectFirstControlOnPage before OnChange is signalled for the active page.
|
Caption for the active page in the tabbed control. |
|
|
Updates the ActiveControl on the parent form when the specified page becomes active. |
|
|
Ordinal position for the selected page on the tabbed control. |
|
|
Contains the ordinal position for the active Tab in the control. |
|
|
Performs actions needed when the active page for the control has been changed. |
|
|
Event handler signalled when the active page (or tab) for the control is changed. |
Version 4.0 | Generated 2025-05-03 | Home |