Data.DB.TFieldSetTextEvent

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

Delphi

TFieldSetTextEvent = procedure(Sender: TField; const Text: string) of object;

C++

typedef void __fastcall (__closure *TFieldSetTextEvent)(TField* Sender, const System::UnicodeString Text);

プロパティ

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


説明

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

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

Text は、設定する値を表す文字列です。

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

関連項目