TdxTileControlActionBarItem.Caption Property
Specifies the action bar item’s caption.
Declaration
property Caption: string read; write;
Property Value
| Type |
|---|
| string |
Remarks
Use this property in combination with the Glyph or ImageIndex property to communicate the action bar item’s functionality to end-users.

You can customize font settings applied to all action bar item captions via a tile control’s ActionBars.Font property.
See Also