Vcl.Grids.TCustomGrid.GetEditText

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

Delphi

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

C++

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

プロパティ

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

説明

指定されたセルの値を編集形式で返します。

インプレースエディタは,GetEditText メソッドを呼び出し,指定したセルのテキストを取得します。GetEditText メソッドは,空の文字列を返します。TCustomGrid コンポーネントの派生オブジェクトは GetEditText をオーバーライドして,ACol パラメータと ARow パラメータで指定されたセルの文字列を返します。

関連項目