[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the text displayed in the Editor for the specified cell.
Source position: grids.pas line 1115
protected function TCustomGrid.GetEditText( |
ACol: LongInt; |
ARow: LongInt |
):string; virtual; |
ACol |
|
Column number for the editor text. |
ARow |
|
Row number for the editor text. |
Text displayed in the cell editor.
GetEditText always returns an empty string ('') in TCustomGrid. It is overridden in descendent classes like TCustomDrawGrid and TCustomStringGrid to signal an OnGetEditText event handler.
GetEditText is called from the EditorDoSetValue method when TGridMessages are dispatched to the Editor to set the edit mask and value used in the control.
Version 4.0 | Generated 2025-05-03 | Home |