Vcl.CategoryButtons.TBaseButtonItem.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: string read FCaption write SetCaption stored IsCaptionStored default 0;

C++

__property Caption = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TBaseButtonItem

Description

Specifies the caption for the current item.

Vcl.CategoryButtons.TBaseButtonItem.Caption inherits from Vcl.CategoryButtons.TBaseItem.Caption. All content below this line refers to Vcl.CategoryButtons.TBaseItem.Caption.

Specifies the caption for the current item.

Code Examples