Performs actions needed when Visible is changed to False.
Source position: comctrls.pp line 256
protected procedure TCustomPage.DoHide; virtual; |
DoHide is a method used to perform actions needed when the Visible property is changed to False. DoHide signals the OnHide event handler (when assigned).
DoHide is called from the CMVisibleChanged message handler.
|
Not stored in LCL component streaming for TCustomPage. |
|
|
Event handler signalled when the page is hidden. |
|
|
Handles the CM_VISIBLECHANGED message for the control. |