Vcl.ActnCtrls.TCustomToolScrollBtn.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomToolScrollBtn(System::Classes::TComponent* AOwner);

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomToolScrollBtn

Description

Create crée une instance de TCustomToolScrollBtn.

L'appel de Create construit et initialise une instance de l'objet TCustomToolScrollBtn.

AOwner est le composant responsable de la libération du contrôle bouton. Il devient la valeur de la propriété Owner.

Voir aussi