Vcl.Grids.TCustomDrawGrid.SetEditText
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 イベントをブロックしたりすることができます。