Vcl.Grids.TCustomDrawGrid.SetEditText

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

Delphi

procedure SetEditText(ACol, ARow: Longint; const Value: string); override;

C++

DYNAMIC void __fastcall SetEditText(int ACol, int ARow, const System::UnicodeString Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

説明

OnSetEditText イベントを生成します。

SetEditText メソッドは,グリッドが現在のセルの新しい値を格納できるようにするために,インプレースエディタによって呼び出されます。SetEditText は,継承された親クラスのメソッドをオーバーライドして,OnSetEditText イベントを生成します。TCustomDrawGrid の下位オブジェクトはこのメソッドをオーバーライドして,セルの値の内部表現を更新したり,OnSetEditText イベントをブロックしたりすることができます。

関連項目