FireDAC.Phys.ODBCWrapper.TODBCGetMaxSizesEvent

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

説明

TODBCGetMaxSizesEvent は、TODBCConnection クラスで使用されるコールバック手続きです。


TODBCGetMaxSizesEvent は、TODBCConnection クラスの OnGetMaxSizes イベントで呼び出されるコールバック手続きの型です。

関連項目