FireDAC.Phys.TFDPhysDriverService.CliObj

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CliObj: TObject read GetCliObj;

C++

__property System::TObject* CliObj = {read=GetCliObj};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverService

Description

Returns a reference to the CLI driver object.

Use the CliObj property to get the reference to the CLI driver object.

See Also