Vcl.Ribbon.TQuickAccessToolbarGroupItem.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: string read GetCaption;

C++

__property System::UnicodeString Caption = {read=GetCaption};

Properties

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

Description

Returns the caption of the group item on the Quick Access Toolbar. Use Caption to get the text string that identifies the group item on the Quick Access Toolbar.

See Also