Vcl.Grids.TCustomGrid.SetEditText

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

Delphi

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

C++

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

プロパティ

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

説明

セルのテキストを更新するメソッドとのインターフェースを提供します。

SetEditText メソッドは,グリッドが現在のセルの新しい値を格納できるようにするために,インプレースエディタによって呼び出されます。TCustomGridSetEditText メソッドは何もしません。TCustomGrid コンポーネントクラスから派生するオブジェクトはこのメソッドをオーバーライドして,セルの値の内部表現を更新したり,OnSetEditText イベントを生成したりします。

関連項目