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

Erstellt eine Instanz von TCustomToolScrollBtn.

Mit Create wird eine Instanz des TCustomToolScrollBtn-Objekts erstellt und initialisiert.

AOwner ist die Komponente, die für die Freigabe des Schaltflächen-Steuerelements verantwortlich ist. Sie wird der Eigenschaft Owner als Wert zugewiesen.

Siehe auch