Datasnap.DBClient.TCustomClientDataSet.DSBase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSBase: IDSBase read FDSBase write FDSBase;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

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