TdxBarItem.Caption Property
Specifies the bar item caption.
Declaration
property Caption: string read; write;
Property Value
Type | Description |
---|---|
string | The bar item caption. |
Remarks
Use the Caption
to display a bar item description. To create an accelerator in the bar item caption, add an ampersand (&) before the character that you designate as an accelerator key. You can handle a bar manager’s OnHandleKey event to prevent the bar manager from handling certain accelerator keys. For more information on accelerator keys, refer to this table entry in the Using the Keyboard topic.
See Also