FireDAC.Phys.ODBCWrapper.TODBCGetMaxSizesEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TODBCGetMaxSizesEvent)(short AStrDataType, bool AFixedLen, /* out */ int &ACharSize, /* out */ int &AByteSize);

Properties

Type Visibility Source Unit Parent
typedef public FireDAC.Phys.ODBCWrapper.hpp FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Description

TODBCGetMaxSizesEvent is a callback procedure used by the TODBCConnection class.

TODBCGetMaxSizesEvent is a type of callback procedure that is called by the OnGetMaxSizes event of the TODBCConnection class.

See Also