TdxPSDBBasedExplorerItem.Explorer Method
Returns the explorer component that owns the current item.
Declaration
function Explorer: TdxPSDBBasedExplorer; reintroduce; overload;
Returns
| Type |
|---|
| TdxPSDBBasedExplorer |
Remarks
The Explorer method returns the data-aware explorer component to which the current report item belongs. This method reintroduces the base class method to return an object of a proper type.
See Also