[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ensures that the control has the input focus.
Source position: dbctrls.pp line 204
protected procedure TDBEdit.WMSetFocus( |
var Message: TLMSetFocus |
); message; |
Message |
|
Window message handled for the control. |
WMSetFocus is an overridden method in TDBEdit. WMSetFocus ensures that the text for the control is updated before calling the inherited method. This includes applying an edit mask assigned to the control when it has input focus.
|
Handles the LM_SETFOCUS message for the control. |
Version 4.0 | Generated 2025-05-03 | Home |