[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the CM_VISIBLECHANGED message for the control.
Source position: comctrls.pp line 251
protected procedure TCustomPage.CMVisibleChanged( |
var Message: TLMessage |
); message; |
Message |
|
Control message handled in the method. |
Calls the inherited method to handle a focus change and update the control state. If the control is Visible, the DoShow method is called to signal the OnShow event handler (when assigned). Otherwise, DoHide is called to signal the OnHide event handler (when assigned).
|
Performs actions needed when Visible is changed to True. |
|
|
Performs actions needed when Visible is changed to False. |
|
|
Event handler signalled when the page becomes visible. |
|
|
Event handler signalled when the page is hidden. |
|
|
Handles Focus changes, and forces UpdateControlState. |
Version 4.0 | Generated 2025-05-03 | Home |