TdxPSDBBasedExplorerFolder Properties
Represents a folder in a TdxPSDBBasedExplorer component.Name | Description |
---|---|
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 at the immediate nesting level. |
ID | Returns the folder’s ID. |
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. |
ItemCount | Returns the number of report items within the current folder. Inherited from TdxPSExplorerFolder. |
Items | Provides indexed access to child items at the immediate nesting level. |
Name | Specifies the item’s name. Inherited from TCustomdxPSExplorerItem. |
Parent | Specifies the item’s parent folder. Inherited from TCustomdxPSExplorerItem. |
ParentID | Specifies the parent folder’s ID. |
See Also