TdxPSFileBasedExplorerRootFolder Members
Represents the root folder in a TdxPSFileBasedExplorer component.Constructors
| Name | Description |
|---|---|
| Create(TCustomdxPSExplorer,TdxPSExplorerFolder) | Creates a new item. Inherited from TCustomdxPSExplorerItem. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| CanAccept(TCustomdxPSExplorerItem) | Indicates whether the item can serve as the parent for the specified item. Inherited from TCustomdxPSExplorerItem. |
| CanDelete | Indicates whether the item can be deleted. Inherited from TCustomdxPSExplorerItem. |
| CanMove | Indicates whether the item can be moved. Inherited from TCustomdxPSExplorerItem. |
| CanMoveTo(TCustomdxPSExplorerItem) | Indicates whether the item can be moved to the specified position. Inherited from TCustomdxPSExplorerItem. |
| CannotRenameMessageText(string,string) | Returns the text displayed within the error message box when the item fails to be renamed. Inherited from TCustomdxPSExplorerItem. |
| CanRename | Returns a value indicating end-users can start editing the item’s caption. Inherited from TCustomdxPSExplorerItem. |
| CanRenameTo(string) | Returns a value indicating whether the item can accept the name specified. Inherited from TCustomdxPSExplorerItem. |
| CreateFolder | Creates a new folder within the current folder. Inherited from TdxPSExplorerFolder. |
| CreateItem(TBasedxReportLink) | Creates a new report item within the current folder. Inherited from TdxPSExplorerFolder. |
| Delete | Deletes the item. Inherited from TCustomdxPSExplorerItem. |
| DeleteFolders | Deletes all child folders within the current folder. Inherited from TdxPSExplorerFolder. |
| DeleteItems | Deletes immediate child items. Inherited from TdxPSExplorerFolder. |
| DeleteMessageText | Returns the text displayed by the confirmation box that is invoked before deleting the item. Inherited from TCustomdxPSExplorerItem. |
| Equals(TObject) | Inherited from TObject. |
| Explorer | Returns the explorer component that owns the current folder. Inherited from TdxPSFileBasedExplorerFolder. |
| FindFolderByFullQualifiedDirName(string) | Finds the child folder specified by its full-qualified name. Inherited from TdxPSFileBasedExplorerFolder. |
| FindItemByFullQualifiedFileName(string) | Returns the child item specified by its full-qualified name. Inherited from TdxPSFileBasedExplorerFolder. |
| FolderByName(string) | Obtains the child folder specified by its name. Inherited from TdxPSExplorerFolder. |
| GetHashCode | Inherited from TObject. |
| GetUniqueID(TBytes) | Enables you to obtain the item’s unique ID. Inherited from TCustomdxPSExplorerItem. |
| HasAsParent(TCustomdxPSExplorerItem) | Returns a value indicating whether the item is a child of the item passed as the parameter. Inherited from TCustomdxPSExplorerItem. |
| HasFolders | Indicates whether the folder contains child folders. Inherited from TdxPSExplorerFolder. |
| HasItems | Indicates whether the folder contains immediate child items. Inherited from TdxPSExplorerFolder. |
| HasLoadedItem | Indicates whether the current folder is the parent for the currently loaded item. Inherited from TdxPSExplorerFolder. |
| HasPropertySheets | Gets a value indicating whether items of this type have an associated property sheets dialog. Inherited from TCustomdxPSExplorerItem. |
| IsNameChanged(string) | Determines whether the item’s name is the same as the specified string. Inherited from TCustomdxPSExplorerItem. |
| ItemByName(string) | Returns an immediate child report item specified by its name. Inherited from TdxPSExplorerFolder. |
| OverwriteMessageText(TCustomdxPSExplorerItem) | Returns a message displayed when moving an item to a folder that already contains an item with the same name. Inherited from TCustomdxPSExplorerItem. |
| Populate | Populates the folder’s child branch. Inherited from TdxPSExplorerFolder. |
| PropertySheetsClass | Returns the type of an object that provides the property sheets dialog for items of a particular type. Inherited from TCustomdxPSExplorerItem. |
| ShowPropertySheets | Invokes the property sheets dialog for the item, if possible. Inherited from TCustomdxPSExplorerItem. |
| ToString | Inherited from TObject. |
See Also