Possible values for refresh operations for controls connected through a TJamShellLink.
TRefreshLevel = ( rfFull, rfSmart, rfCheckboxes );
Members |
Description |
rfFull |
Indicates that the callee should perform a full refresh of its contents. This will usually be an entire reload of the displyed items. |
rfSmart |
Indicates that the callee should perform a quick refresh of its contents. It is tolerable that changes in metadata are not detected. Removed and deleted items hsould be detected. The runtime of this method should be significantly faster thatn the one of the TJamShellLink.Refresh method. |
rfCheckboxes |
The dragged files will be moved to the new destination. |