TdxPSFileBasedExplorerRootFolder Properties
Represents the root folder in a TdxPSFileBasedExplorer component.| Name | Description |
|---|---|
| DirName | Returns the folder name. Inherited from TdxPSFileBasedExplorerFolder. |
| DisplayName | Gets the item’s display name. Inherited from TCustomdxPSExplorerItem. |
| DriveType | Determines the type of drive where the folder is located. |
| FolderCount | Returns the number of child folders. Inherited from TdxPSExplorerFolder. |
| Folders | Provides indexed access to child folders on the immediate nesting level. Inherited from TdxPSFileBasedExplorerFolder. |
| FullQualifiedDirName | Returns the folder’s full-qualified name. Inherited from TdxPSFileBasedExplorerFolder. |
| FullQualifiedDirPath | Returns the full-qualified path to the folder. Inherited from TdxPSFileBasedExplorerFolder. |
| 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. Inherited from TdxPSFileBasedExplorerFolder. |
| ItemCount | Returns the number of report items within the current folder. Inherited from TdxPSExplorerFolder. |
| Items | Provides indexed access to immediate child items. Inherited from TdxPSFileBasedExplorerFolder. |
| Name | Specifies the item’s name. Inherited from TCustomdxPSExplorerItem. |
| Parent | Specifies the item’s parent folder. Inherited from TCustomdxPSExplorerItem. |
| VolumeLabel | Returns the volume label. |
See Also