RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSourceLink.RecordChanged Method

Informs the TDBLookupControl of changes in the current record or field of the DataSource.

Pascal
procedure RecordChanged(Field: TField); override;
C++
virtual __fastcall RecordChanged(TField Field);

Applications cannot call RecordChanged directly. It is triggered automatically after changes in the contents of the current record. If the Field parameter is the key field of the lookup control, or if the Field parameter is nil (Delphi) or NULL (C++), indicating that the entire record changed, RecordChanged causes the lookup control to refetch the value of its key field. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!