RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.DSBase Property

Specifies the interface the client dataset uses to communicate with classes in Midas.dll or Midaslib.dcu (on Windows) or midas.so (on Linux).

Pascal
property DSBase: IDSBase;
C++
__property IDSBase DSBase;

Applications do not use the protected DSBase property. Client datasets use this interface internally to implement database operations. 

 

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