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