Vcl.Grids.TCustomGrid.CreateEditor

提供:RAD Studio API Documentation

Delphi

function CreateEditor: TInplaceEdit; virtual;

C++

virtual TInplaceEdit* __fastcall CreateEditor();

プロパティ

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

説明

インプレースエディタコントロールを作成します。

グリッドコントロールは,グリッドが最初に編集モードに入ったとき内部的に CreateEditor メソッドを呼び出します。CreateEditor はプロテクトメソッドとして定義されているので,TCustomGrid コンポーネントの派生オブジェクトは,TInplaceEdit の特別な派生メソッドを使ってセルを編集します。

関連項目