Datasnap.DBClient.TCustomClientDataSet.DSBase

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

property DSBase: IDSBase read FDSBase write FDSBase;

C++

__property Datasnap::Dsintf::_di_IDSBase DSBase = {read=FDSBase, write=FDSBase};

Description

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

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

See Also