[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.EditordoGetValue

Gets the value for the cell Editor.

Declaration

Source position: grids.pas line 1071

protected procedure TCustomGrid.EditordoGetValue; virtual;

Description

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