Vcl.Ribbon.TCustomTabData.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TCustomRibbon read FOwner;

C++

__property TCustomRibbon* Owner = {read=FOwner};

Properties

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

Description

Returns the owner of the tab's data.

See Also