Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
BuildTree(TCustomdxPSExplorerTreeContainer)
|
Builds the report tree using the specified tree container.
|
CanCreateFolder
|
Indicates whether the explorer can create folders.
|
CanCreateItem
|
Indicates whether the explorer can create report items.
|
CanGoToUpOneLevel
|
Determines whether the explorer can change its root path to make it one level higher.
|
CanSetActiveFolderAsRoot
|
|
CreateNewFolder(TdxPSExplorerFolder)
|
Creates a new folder within the specified parent folder.
|
CreateNewItem(TdxPSExplorerFolder,TBasedxReportLink)
|
Saves the specified report to the specified folder.
|
CreateTree(IdxPSExplorerTreeContainerHost)
|
Creates the report tree container.
|
DestroyComponents
|
|
Destroying
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FileExtension
|
Returns the report file extension.
|
FindComponent(String)
|
|
FindCustomItemByUniqueID(TBytes)
|
Returns the folder or item by its unique ID.
|
FindFolderByFullQualifiedDirName(string)
|
Returns an object representing the folder specified by its full-qualified name.
|
FindItemByFullQualifiedFileName(string)
|
Returns an object representing the report item specified by the full-qualified file name.
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
GetChildren(TGetChildProc,TComponent)
|
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
GoToUpOneLevel
|
Switches the explorer’s root folder one level higher.
|
HasParent
|
|
InsertComponent(TComponent)
|
|
IsImplementorOf(IInterface)
|
|
Loaded
|
|
LoadedItem
|
Returns an object representing the report item whose content is currently displayed.
|
LoadFromIniFile(TCustomIniFile,string)
|
|
LoadFromIniFile(string)
|
Loads the explorer’s settings from an INI file.
|
LoadFromRegistry(string)
|
Loads the explorer’s settings from the registry.
|
LoadItemData(TdxPSExplorerItem,TBasedxReportLink)
|
Loads a particular item’s data into a report link.
|
LoadItemData(string,TBasedxReportLink)
|
Loads a particular item’s data into a report link.
|
Notification(TComponent,TOperation)
|
|
PopulatePath(string)
|
Populates the folder specified by its full-qualified path.
|
ReferenceInterface(IInterface,TOperation)
|
|
Refresh
|
Updates the report explorer.
|
RegisterNotifier(TdxPSExplorerChangeNotifier)
|
Registers the specified change notifier.
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
SaveToIniFile(TCustomIniFile,string)
|
|
SaveToIniFile(string)
|
Saves the explorer’s settings to an INI file.
|
SaveToRegistry(string)
|
Saves the explorer’s settings to the specified path within the registry.
|
SetActiveFolderAsRoot
|
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
ShowChangeRootPathDlg
|
Displays the dialog that enables end-users to change the root path.
|
ToString
|
|
UnloadItemData(TdxPSExplorerItem)
|
Unloads an item’s data from a report link.
|
UnloadItemData(string)
|
Unloads an items data from a particular report link.
|
UnregisterNotifier(TdxPSExplorerChangeNotifier)
|
Removes the specified notifier from the registered notifiers list.
|
UpdateAction(TBasicAction)
|
|