FireDAC.Phys.ODBCWrapper.TODBCConnection.GetInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure GetInfo(AInfoType: SQLUSmallint; var AInfoValue: String); overload;
procedure GetInfo(AInfoType: SQLUSmallint; var AInfoValue: SQLUInteger); overload;
procedure GetInfo(AInfoType: SQLUSmallint; var AInfoValue: SQLUSmallint); overload;

C++

void __fastcall GetInfo(System::Word AInfoType, System::UnicodeString &AInfoValue)/* overload */;
void __fastcall GetInfo(System::Word AInfoType, int &AInfoValue)/* overload */;
void __fastcall GetInfo(System::Word AInfoType, System::Word &AInfoValue)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper TODBCConnection

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.