[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notifies the Grid control when the value for the cell editor has been changed.
Source position: grids.pas line 287
protected procedure TPickListCellEditor.Change; override; |
Change is an overridden method used to perform actions needed when the value for the control has been changed. In TPickListCellEditor, it ensures that the grid control is notified when the value in the cell editor has been changed.
Changed calls the inherited method to signal the OnChange event handler (when assigned).
|
Event handler signalled when editing is completed for the control. |
|
|
Signals the OnChange event handler when the value for the control is changed. |
Version 4.0 | Generated 2025-05-03 | Home |