TCustomdxPSExplorerItem.DisplayName Property
Gets the item’s display name.
Declaration
property DisplayName: string read;
Property Value
Type |
---|
string |
Remarks
The DisplayName property is used to obtain the string that represents the item within the explorer’s tree view. As implemented in the TCustomdxPSExplorerItem class, the DisplayName property returns the Name property value. Items used in file-based explorers override this property to return the file name without the extension.
See Also