TCustomdxPSExplorerItem.Explorer Method
Returns the explorer component that owns this item.
Declaration
function Explorer: TCustomdxPSExplorer; overload; virtual;
Returns
| Type |
|---|
| TCustomdxPSExplorer |
Remarks
The Explorer method is used to access the explorer component that owns the item, the method is primarily used internally. Note that the method returns the value that is specified by the constructor parameter.
See Also