FireDAC.Comp.Client.TFDCustomConnection.OptionsIntf
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomConnection | |
Delphi
property OptionsIntf: IFDStanOptions read FOptionsIntf write SetOptionsIntf;
C++
__property Firedac::Stan::Option::_di_IFDStanOptions OptionsIntf = {read=FOptionsIntf, write=SetOptionsIntf};
Description
The reference to the IFDStanOptions interface.
The OptionsIntf property returns reference to the IFDStanOptions interface implemented by this connection.