[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the tab for the specified page object is closed.
Source position: comctrls.pp line 487
public procedure TCustomTabControl.DoCloseTabClicked( |
APage: TCustomPage |
); virtual; |
APage |
|
Page object (TCustomPage) for the tab closed on the control. |
DoCloseTabClicked signals the OnCloseTabClicked event handler (when assigned) using the value in APage as the Sender for the event notification. DoCloseTabClicked occurs when the user clicks on the close button for a tab.
|
Event handler signalled when a tab is closed. |
|
|
The base class for TTabSheet. |
|
Version 4.0 | Generated 2025-05-03 | Home |