Vcl.Mask.TCustomMaskEdit.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Mask.pas
Vcl.Mask.hpp
Vcl.Mask TCustomMaskEdit

Description

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