Vcl.Forms.TCustomFrame.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomFrame(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomFrame(HWND ParentWindow) : TScrollingWinControl(ParentWindow) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomFrame

Description

Create crée et initialise un objet TCustomFrame.

Utilisez Create pour créer et initialiser un cadre.

AOwner est le composant qui possède le cadre.

Voir aussi