Skip to main content

TdxPSFileBasedExplorer Methods

Provides functionality to explore report documents stored at a particular path.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
BuildTree(TCustomdxPSExplorerTreeContainer) Builds the report tree using the specified tree container. Inherited from TCustomdxPSExplorer.
CanCreateFolder Indicates whether the explorer can create folders. Inherited from TCustomdxPSExplorer.
CanCreateItem Indicates whether the explorer can create report items. Inherited from TCustomdxPSExplorer.
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. Inherited from TCustomdxPSExplorer.
CreateNewItem(TdxPSExplorerFolder,TBasedxReportLink) Saves the specified report to the specified folder. Inherited from TCustomdxPSExplorer.
CreateTree(IdxPSExplorerTreeContainerHost) Creates the report tree container. Inherited from TCustomdxPSExplorer.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FileExtension Returns the report file extension.
FindComponent(String) Inherited from TComponent.
FindCustomItemByUniqueID(TBytes) Returns the folder or item by its unique ID. Inherited from TCustomdxPSExplorer.
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) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GoToUpOneLevel Switches the explorer’s root folder one level higher.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
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. Inherited from TCustomdxPSExplorer.
LoadItemData(string,TBasedxReportLink) Loads a particular item’s data into a report link.
Notification(TComponent,TOperation) Inherited from TComponent.
PopulatePath(string) Populates the folder specified by its full-qualified path.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
Refresh Updates the report explorer. Inherited from TCustomdxPSExplorer.
RegisterNotifier(TdxPSExplorerChangeNotifier) Registers the specified change notifier. Inherited from TCustomdxPSExplorer.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from 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) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ShowChangeRootPathDlg Displays the dialog that enables end-users to change the root path.
ToString Inherited from TObject.
UnloadItemData(TdxPSExplorerItem) Unloads an item’s data from a report link. Inherited from TCustomdxPSExplorer.
UnloadItemData(string) Unloads an items data from a particular report link.
UnregisterNotifier(TdxPSExplorerChangeNotifier) Removes the specified notifier from the registered notifiers list. Inherited from TCustomdxPSExplorer.
UpdateAction(TBasicAction) Inherited from TComponent.
See Also