Vcl.Grids.TGetEditEvent

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

Delphi

TGetEditEvent = procedure (Sender: TObject; ACol, ARow: Longint; var Value: string) of object;

C++

typedef void __fastcall (__closure *TGetEditEvent)(System::TObject* Sender, int ACol, int ARow, System::UnicodeString &Value);

プロパティ

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

説明

TGetEditEvent は,グリッドのインプレースエディタに文字列を提供するイベントハンドラの型です。

Sender は,セルが編集されているグリッドです。

ACol と ARow は,編集されているセルの列/行インデックスです。

Value は,インプレースエディタがセルに要求した文字列です。イベントハンドラは,要求された文字列を提供できます。