[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the message processing loop for the cell editor.
Source position: grids.pas line 282
protected procedure TPickListCellEditor.WndProc( |
var TheMessage: TLMessage |
); override; |
TheMessage |
|
LCL message examined and handled in the method. |
WndProc is an overridden method in TPickListCellEditor. It ensures that an LM_KILLFOCUS message in TheMessage is ignored when the cell editor temporarily looses focus during an update to the control.
WndProc calls the inherited method prior to exit to respond to other window, mouse, and keyboard messages.
|
||
|
Adds special handling for focus and input messages, and notifies the DockManager. |
Version 4.0 | Generated 2025-05-03 | Home |