FireDAC.Phys.ODBCWrapper.TODBCConnection.GetInfo
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 */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FireDAC.Phys.ODBCWrapper.pas FireDAC.Phys.ODBCWrapper.hpp |
FireDAC.Phys.ODBCWrapper | TODBCConnection |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!