FireDAC.Comp.Client.TFDCustomConnection.OptionsIntf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OptionsIntf: IFDStanOptions read FOptionsIntf write SetOptionsIntf;

C++

__property Firedac::Stan::Option::_di_IFDStanOptions OptionsIntf = {read=FOptionsIntf, write=SetOptionsIntf};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

The reference to the IFDStanOptions interface.

The OptionsIntf property returns reference to the IFDStanOptions interface implemented by this connection.

See Also