TdxBarLabel Class
In This Article
A label in toolbars and menus.
#Declaration
Delphi
TdxBarLabel = class(
TdxBarItem
)
#Remarks
Labels cannot receive focus in a running application, and only used for informational purposes.
The TdxBarLabel class introduces a ShowCaption property, which controls the visibility of the label’s text, and enables this property by default.
The TdxBarLabel class is the base class for the TdxBarSeparator class.
#Inheritance
See Also