TdxPSExplorerFolder.HasLoadedItem Method
Indicates whether the current folder is the parent for the currently loaded item.
Declaration
function HasLoadedItem: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
The HasLoadedItem method returns True if the currently loaded item is the current folder’s child at any nesting level. Otherwise, False is returned.
The currently loaded item is identified by the explorer’s LoadedItem property. If no item is currently loaded, the property returns nil, the HasLoadedItem method returns False in this case.
See Also