[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the value for the cell Editor.
Source position: grids.pas line 1071
protected procedure TCustomGrid.EditordoGetValue; virtual; |
EditorDoGetValue creates a GM_GETVALUE TGridMessage with the Col, Row, and value for the cell. It is dispatched to the Editor for the control. SetEditText is called prior to exiting from the method; not used in TCustomGrid - but relevant in descendent classes with an event handler for the action.
Version 4.0 | Generated 2025-05-03 | Home |