Vcl.Grids.TInplaceEditList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TComponent); override;

C++

__fastcall virtual TInplaceEditList(System::Classes::TComponent* Owner);
/* TWinControl.CreateParented */ inline __fastcall TInplaceEditList(HWND ParentWindow) : TInplaceEdit(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

Creates and initializes a TInplaceEditList object.

The Create method creates a TInplaceEditList instance and initializes it.

See Also