Vcl.ExtCtrls.TCustomLabeledEdit.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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) { }

Propriétés

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

Description

Create crée une instance de TCustomLabeledEdit.

Appelez Create pour instancier un contrôle d'édition avec libellé. AOwner spécifie un composant, généralement la fiche, responsable de la libération du contrôle d'édition avec libellé.

Voir aussi