RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataSetUpdateObject Class

TIBDataSetUpdateObject is the abstract base class for update objects used to update otherwise unupdateable queries when cached updates are enabled.

Pascal
TIBDataSetUpdateObject = class(TComponent);
C++
class TIBDataSetUpdateObject : public TComponent;

Use TIBDataSetUpdateObject as a base class when creating customized update objects that can be used to update datasets. TIBDataSetUpdateObject declares a single property and some abstract methods, but provides no implementation details: these must be provided by descendant objects. 

 

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