Data.DB.TFieldGetTextEvent

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

C++

typedef void __fastcall (__closure *TFieldGetTextEvent)(TField* Sender, System::UnicodeString &Text, bool DisplayText);

プロパティ

種類 可視性 ソース ユニット
typedef public Data.DB.hpp Data.DB Data.DB


説明

TFieldGetTextEvent は、フィールドの値を文字列で取得する、イベント ハンドラの型です。

Sender は、イベント ハンドラが提供する値のフィールドです。

Text は、フィールドの値を表す文字列を返します。

DisplayText は、フィールドの値を表示のみに使用される場合には True、文字列がフィールドの値の編集に使用される場合には False となります。

関連項目