TdxPSExplorerFolder Properties
Serves as the base for objects representing folders in report explorer components.| Name | Description |
|---|---|
| DisplayName | Gets the item’s display name. Inherited from TCustomdxPSExplorerItem. |
| FolderCount | Returns the number of child folders. |
| Folders | Provides indexed access to child folders. |
| InfoTip | Returns the item’s hint text. Inherited from TCustomdxPSExplorerItem. |
| IsRoot | Returns a value indicating whether the current folder is the root one. |
| ItemCount | Returns the number of report items within the current folder. |
| Items | Provides indexed access to the current folder’s child report items. |
| Name | Specifies the item’s name. Inherited from TCustomdxPSExplorerItem. |
| Parent | Specifies the item’s parent folder. Inherited from TCustomdxPSExplorerItem. |
See Also