Vcl.ValEdit.TValueListEditor.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TValueListEditor(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TValueListEditor(HWND ParentWindow) : Vcl::Grids::TCustomDrawGrid(ParentWindow) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Create crée et initialise un nouvel objet TValueListEditor.

Appelez Create pour créer un composant éditeur de liste de valeurs à l'exécution. Les composants TValueListEditor ajoutés aux fiches à la conception sont créés automatiquement.

Le paramètre AOwner spécifie un autre composant (généralement une fiche) responsable de la libération de l'instance de TValueListEditor.

Voir aussi