RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.RecordChanged Method

Ignores changes to the contents of the current record or field of the data source.

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

Applications can not call RecordChanged directly. This method ignores changes to the contents of the current record in the data source, which are irrelevant to the TDSTableProducer

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!