TdxBarExtraPaneItem.Text Property
Specifies arbitrary textual information for the item.
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
Apart from the DisplayText property that is used to display the item’s name, the Text property is used to specify any information associated with the item. For example, this property can contain the path to the file location, if the shortcut item represents a file.
Note
If specified, the Text property value is displayed within the item’s hint.
See Also