FireDAC.Phys.ODBCWrapper.TODBCGetMaxSizesEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Phys.ODBCWrapper.pas
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