API: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

Crée et initialise un nouvel objet TScrollingWinControl.

Vcl.Forms.TCustomFrame.Create hérite de Vcl.Forms.TScrollingWinControl.Create. Tout le contenu en-dessous de cette ligne se réfère à Vcl.Forms.TScrollingWinControl.Create.

Crée et initialise un nouvel objet TScrollingWinControl.

Utilisez Create pour créer et initialiser un nouvel objet TScrollingWinControl.

AOwner est un objet TComponent qui possède le contrôle fenêtré défilant.

Voir aussi