Vcl.ValEdit.TValueListEditor.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.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Creates the inplace editor control.

Vcl.ValEdit.TValueListEditor.CreateEditor inherits from Vcl.Grids.TCustomGrid.CreateEditor. All content below this line refers to Vcl.Grids.TCustomGrid.CreateEditor.

Creates the inplace editor control.

Grid controls call CreateEditor internally the first time the grid goes into edit mode. CreateEditor is exposed as a protected method so that descendants of TCustomGrid can substitute a specialized descendant of TInplaceEdit to handle cell editing.

See Also