RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetUpdateObject.Apply Method

Apply applies changes to the dataset specified by the DataSet property.

Pascal
procedure Apply(UpdateKind: TUpdateKind); virtual; abstract;
C++
virtual __fastcall Apply(TUpdateKind UpdateKind) = 0;

Descendants of TDataSetUpdateObject implement the Apply method. This method is intended to perform the updates specified by the update object. Descendants introduce properties to describe the details of the updates that should be performed. The UpdateKind parameter indicates whether the update object should modify existing records, insert new records, or delete existing records. 

 

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