[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 1429
protected function TCustomDrawGrid.GetEditText( |
aCol: LongInt; |
aRow: LongInt |
):string; override; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
Text used as the value in the Editor control.
GetEditText is an overridden method used to get the text displayed in the Editor for the specified cell. GetEditText signals the OnGetEditText event handler (when assigned) to get the text displayed in the Editor. The return value can be an empty string ('') when:
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.
|
Gets the text displayed in the Editor for the specified cell. |
Version 4.0 | Generated 2025-05-03 | Home |