[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the value used in the editor for the specified cell.
Source position: valedit.pas line 161
protected function TValueListEditor.GetEditText( |
ACol: Integer; |
ARow: Integer |
):string; override; |
ACol |
|
Column number. |
ARow |
|
Row number. |
Value for the cell editor.
GetEditText is a String function used to get the value used in the editor for the cell at the specified coordinates. The return value contains the content in Cells stored at the coordinates in ACol and ARow.
GetEditText signals the OnGetEditText event handler (when assigned) to allow a custom value to be provided to the cell editor.
Version 4.0 | Generated 2025-05-03 | Home |