API:Vcl.ActnCtrls.TCustomToolScrollBtn.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomToolScrollBtn

Beschreibung

Create erstellt eine Instanz von TCustomUtilityButton.

Vcl.ActnCtrls.TCustomToolScrollBtn.Create erbt von Vcl.ActnCtrls.TCustomUtilityButton.Create. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomUtilityButton.Create.

Create erstellt eine Instanz von TCustomUtilityButton.

Durch den Aufruf von Create wird eine Instanz der Klasse TCustomUtilityButton erstellt und initialisiert.

AOwner ist die Komponente, die für die Freigabe des Schaltflächen-Steuerelements verantwortlich ist. Die Eigenschaft Owner erhält den Wert von AOwner.

Siehe auch