TdxPSDBBasedExplorer.LoadedItem Method
In This Article
Returns the currently selected item.
#Declaration
Delphi
function LoadedItem: TdxPSDBBasedExplorerItem; reintroduce; overload;
#Returns
Type |
---|
Tdx |
#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