API:Vcl.Grids.TCustomDrawGrid.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 TCustomDrawGrid

説明

指定されたセルの値を編集形式で返します。 {{#multireplace:Vcl.Grids.TCustomDrawGrid.GetEditText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.Grids.TCustomGrid.GetEditText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.Grids.TCustomGrid.GetEditText|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目