FireDAC.Phys.ODBCWrapper.TODBCGetMaxSizesEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Description

TODBCGetMaxSizesEvent est une procédure de rappel utilisée par la classe TODBCConnection.

TODBCGetMaxSizesEvent est un type de procédure de rappel. Il est appelé par l'événement OnGetMaxSizes de la classe TODBCConnection.

Voir aussi