[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Handles the LM_SETFOCUS message for the control.
Source position: stdctrls.pp line 835
protected procedure TCustomEdit.WMSetFocus( |
var Message: TLMSetFocus |
); message; |
Message |
|
Message handled in the method. |
WMSetFocus is an overridden method in TCustomEdit. It is used to hide a visible emulated TextHint display when the control is focused. Calls HideEmulatedTextHint to remove the TextHint display. Calls the inherited method prior to exit.
|
Handler for receiving Focus event. |
Version 4.0 | Generated 2025-05-03 | Home |