FireDAC.Phys.ODBCWrapper.TODBCGetMaxSizesEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TODBCGetMaxSizesEvent = procedure (AStrDataType: SQLSmallint; AFixedLen: Boolean;
out ACharSize, AByteSize: Integer) of object;

C++

typedef void __fastcall (__closure *TODBCGetMaxSizesEvent)(Firedac::Phys::Odbccli::SQLSmallint AStrDataType, bool AFixedLen, /* out */ int &ACharSize, /* out */ int &AByteSize);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Beschreibung

TODBCGetMaxSizesEvent ist eine Callback-Prozedur, die von der Klasse TODBCConnection verwendet wird.

TODBCGetMaxSizesEvent ist ein Typ für eine Callback-Prozedur, die vom Ereignis OnGetMaxSizes der Klasse TODBCConnection aufgerufen wird.

Siehe auch