Vcl.ExtCtrls.TCustomLabeledEdit.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLabeledEdit

Description

Creates an instance of TCustomLabeledEdit.

Call Create to instantiate a labeled edit control. AOwner specifies a component, typically the form, that is responsible for freeing the labeled edit control.

See Also