TdxPSFileBasedExplorerFolder Properties
Represents a folder displayed by a TdxPSFileBasedExplorer component.| Name | Description |
|---|---|
| DirName | Returns the folder name. |
| DisplayName | Gets the item’s display name. Inherited from TCustomdxPSExplorerItem. |
| FolderCount | Returns the number of child folders. Inherited from TdxPSExplorerFolder. |
| Folders | Provides indexed access to child folders on the immediate nesting level. |
| FullQualifiedDirName | Returns the folder’s full-qualified name. |
| FullQualifiedDirPath | Returns the full-qualified path to the folder. |
| InfoTip | Returns the item’s hint text. Inherited from TCustomdxPSExplorerItem. |
| IsRoot | Returns a value indicating whether the current folder is the root one. Inherited from TdxPSExplorerFolder. |
| IsVolume | Determines whether the current folder is a volume. |
| ItemCount | Returns the number of report items within the current folder. Inherited from TdxPSExplorerFolder. |
| Items | Provides indexed access to immediate child items. |
| Name | Specifies the item’s name. Inherited from TCustomdxPSExplorerItem. |
| Parent | Specifies the item’s parent folder. Inherited from TCustomdxPSExplorerItem. |
See Also