Skip to main content

TCustomdxPSExplorerItem.Name Property

Specifies the item’s name.

Declaration

property Name: string read; write;

Property Value

Type
string

Remarks

For items used in file-based explorers, the Name property corresponds to the folder’s or file’s name. For items used in data-aware explorers, the name is the value from the specified data field. When new items are created using the CreateNewItem and CreateNewFolder methods, they get automatically generated names, you can use the Name property to change these names to the desired strings.

Note that the Name property of items used in file-based explorers has its own specifics. If you set this property to a string that doesn’t specify any file extension, the RPS extension is automatically appended.

See Also