[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TPickListCellEditor.Change

Notifies the Grid control when the value for the cell editor has been changed.

Declaration

Source position: grids.pas line 282

protected procedure TPickListCellEditor.Change; override;

Description

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).

See also

TPickListCellEditor.OnEditingDone

TCustomComboBox.Change

  

Invokes the OnChange handler, signalling a change in the edit box.