API:Vcl.Grids.TInplaceEdit.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TInplaceEdit(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TInplaceEdit(HWND ParentWindow) : Vcl::Mask::TCustomMaskEdit(ParentWindow) { }

Properties

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

Description

Creates an instance of TCustomMaskEdit.

Vcl.Grids.TInplaceEdit.Create inherits from Vcl.Mask.TCustomMaskEdit.Create. All content below this line refers to Vcl.Mask.TCustomMaskEdit.Create.

Creates an instance of TCustomMaskEdit.

Call Create to instantiate a masked edit control at runtime. AOwner is the component that is responsible for freeing the masked edit control (typically the form). It becomes the value of the Owner property.

See Also