JVCL Help:TJvSHFileOperation

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSHFileOperation
run\JvSHFileOperation.pas


Summary

Copies, moves, renames, or deletes files, while showing the standard Windows progress dialog.

run\JvSHFileOperation.pas


Pascal

 run\JvSHFileOperation.pas
 TJvSHFileOperation = class(TJvCommonDialog);


Description

  1. JVCLInfo

TJvSHFileOperation is a wrapper for the windows SHFileOperation function. This Windows API function provides the ability to perform a copy, move, rename, or delete operation on files, while displaying a dialog box with an animation and an animated progress bar that indicates the progress of the operation. Use TJvSHFileOperation to get access to the functionality of the SHFileOperation API function in an easier to use way. TJvSHFileOperation implements all the functionality of SHFileOperation.

run\JvSHFileOperation.pas


About

Navigation

run\JvSHFileOperation.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page