TdxPSDBBasedExplorer.LoadedItem Method
Returns the currently selected item.
Declaration
function LoadedItem: TdxPSDBBasedExplorerItem; reintroduce; overload;
Returns
Type |
---|
TdxPSDBBasedExplorerItem |
Remarks
This method’s return value is the same as the base class LoadedItem method’s return value. This method is introduced to cast the return value type to TdxPSDBBasedExplorerItem.
See Also