Vcl.ValEdit.TValueListEditor.CreateEditor

From RAD Studio API Documentation

Delphi

function CreateEditor: TInplaceEdit; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Creates the inplace editor control. {{#multireplace:Vcl.ValEdit.TValueListEditor.CreateEditor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Grids.TCustomGrid.CreateEditor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Grids.TCustomGrid.CreateEditor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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