Vcl.CategoryButtons.TCategoryButtons.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCategoryButtons(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCategoryButtons(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Creates an instance of TCategoryButtons.

This method creates an instance of TCategoryButtons. Create sets default values for a variety of attributes, including width, height, control style, button options, and colors.

See Also