FireDAC.Comp.Client.TFDCustomConnection.OptionsIntf

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OptionsIntf: IFDStanOptions read FOptionsIntf write SetOptionsIntf;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection


Beschreibung

Die Referenz auf das IFDStanOptions-Interface.

Die Eigenschaft OptionsIntf gibt die Referenz auf das über diese Verbindung implementierte IFDStanOptions-Interface zurück.

Siehe auch