Vcl.ActnMan.TControlProperties.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read FText write SetText;

C++

__property System::UnicodeString Text = {read=FText, write=SetText};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TControlProperties

Description

Contains a text label associated with the attached control.

Use the Text property to set or check the associated text label displayed on the action client item on a ribbon group.

See Also