[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 1046

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.