[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Updates the grid control when the value in a cell Editor is changed.
Source position: grids.pas line 1350
public procedure TCustomGrid.EditorTextChanged( |
const aCol: Integer; |
const aRow: Integer; |
const aText: string |
); virtual; |
aCol |
|
Column number for the modified cell. |
aRow |
|
Row number for the modified cell. |
aText |
|
New value for the cell. |
|
Updates the grid control when the value in a cell Editor is changed. |
|
|
Implements the default editor for cells in TCustomGrid. |
|
|
Implements a cell editor control which displays a pick list. |
Version 4.0 | Generated 2025-05-03 | Home |