TdxRibbonTab.Caption Property
In This Article
Specifies the caption displayed by the tab.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
The Ribbon control can capitalize tab captions depending on its CapitalizeTabCaptions and Style property values.
See Also