Vcl.Grids.TStringGrid.GetEditText

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

Delphi

function GetEditText(ACol, ARow: Longint): string; override;

C++

DYNAMIC System::UnicodeString __fastcall GetEditText(int ACol, int ARow);

プロパティ

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

説明

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

Vcl.Grids.TStringGrid.GetEditText は Vcl.Grids.TCustomDrawGrid.GetEditText を継承しています。以下の内容はすべて Vcl.Grids.TCustomDrawGrid.GetEditText を参照しています。

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

インプレースエディタは,GetEditText メソッドを呼び出し,指定したセルのテキストを取得します。GetEditText は,OnGetEditText イベントハンドラによって設定された Value パラメータを返します。OnGetEditText イベントハンドラがない場合は,GetEditText は空の文字列を返します。

関連項目