Vcl.DBGrids.TCustomDBGrid.CreateEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  CreateEditor: TInplaceEdit; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

Creates the inplace editor that allows the cells of the grid to be edited.

CreateEditor overrides the inherited method to create a data-aware descendant of TInplaceEdit.

See Also