[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when Visible is changed to True.
Source position: comctrls.pp line 257
protected procedure TCustomPage.DoShow; virtual; |
DoShow is a method used to perform actions needed when Visible property is changed to True. DoShow signals the OnShow event handler (when assigned).
DoShow is called from the CMVisibleChanged message handler.
|
Not stored in LCL component streaming for TCustomPage. |
|
|
Event handler signalled when the page becomes visible. |
|
|
Handles the CM_VISIBLECHANGED message for the control. |
Version 4.0 | Generated 2025-05-03 | Home |