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

TComponentDataLink.RecordChanged

Signals the OnRecordChanged event handler when assigned

Declaration

Source position: dbgrids.pas line 218

protected procedure TComponentDataLink.RecordChanged(

  Field: TField

); override;

Arguments

Field

  

Modified Field for the event notification

Description

RecordChanged is an overridden procedure used to signal the OnRecordChanged event handler when the specified Field is changed. RecordChanged calls the event handler when it has been assigned in the class instance. No action is performed when OnRecordChanged has not been assigned.

See also

#fcl.db.TDataLink.RecordChanged

#lcl.DBGrids.TComponentDataLink.OnRecordChanged

  

OnRecordChanged - event handler for a change in the current record

#lcl.DBGrids.TDBGrid.OnRecordChanged

The latest version of this document can be found at lazarus-ccr.sourceforge.net.