Skip to main content

TCustomdxPSExplorer.LoadedItem Method

Returns the currently loaded item.

Declaration

function LoadedItem: TdxPSExplorerItem; overload; virtual;

Returns

Type
TdxPSExplorerItem

Remarks

Use the LoadedItem method to obtain the item currently selected by the end-user. The selected item is painted bold and its corresponding report content is displayed within the preview window. End-users must double-click items to select them.

If none of the items is selected at the moment, then LoadedItem method returns nil.

See Also