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

TCustomDBGrid.EditorTextChanged

Applies a changed value from a cell editor in the grid control.

Declaration

Source position: dbgrids.pas line 459

protected procedure TCustomDBGrid.EditorTextChanged(

  const aCol: Integer;

  const aRow: Integer;

  const aText: string

); override;