RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetUpdateObject Class

TDataSetUpdateObject is a base class for update objects used to update otherwise unupdatable queries or stored procedures in applications that cache updates.

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

Use TDataSetUpdateObject as a base class when creating customized update objects that update BDE datasets. 

 

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