Vcl.DBGrids.TCustomDBGrid.CreateEditor

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

Delphi

function  CreateEditor: TInplaceEdit; override;

C++

virtual Vcl::Grids::TInplaceEdit* __fastcall CreateEditor();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

説明

グリッドのセルを編集できるインプレースエディタを作成します。

CreateEditor メソッドは,継承メソッドをオーバーライドして,TInplaceEdit のデータベース対応の派生オブジェクトを作成します。

関連項目