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