[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 282
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).
|
Invokes the OnChange handler, signalling a change in the edit box. |