TdxPSExplorerItem.IsCurrentlyLoaded Property
Indicates whether the item is currently loaded.
Declaration
property IsCurrentlyLoaded: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
The loaded item is the item whose data is currently displayed within the preview window. End-users can load a particular item’s data by double-clicking on the desired item or pressing the CTRL+ENTER key combination when the item is selected. When an item’s data is loaded the item’s IsCurrentlyLoaded property returns True. In this case, the explorer component’s LoadedItem property returns this item.
See Also