Vcl.Ribbon.TCustomTabData.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TCustomRibbon); reintroduce; virtual;

C++

__fastcall virtual TCustomTabData(TCustomRibbon* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomTabData

Description

Creates a new data object for the ribbon tab. Use Create to create a new instance of TCustomTabData.

See Also