Skip to main content

TdxBarExtraPaneItem.DisplayText Property

Specifies the item’s display name.

Declaration

property DisplayText: string read; write;

Property Value

Type
string

Remarks

If this property is assigned an empty string, the display name is determined based on the Text property value, which is considered to be the full path (including the path, name, and extension) of a file that corresponds to the item. In essence, the file name extracted from the full path is used as the display name.

See Also