The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TFileCopyFeedBack


Unit:SDL_filesys
Class:none
Declaration:TFileCopyFeedBack = procedure (BytesCopied, SizeOfFile: longint);

The type declaration TFileCopyFeedBack defines the feedback procedure during the file copying process performed by FileCopyFeedBk. The parameter BytesCopied contains the number of bytes copied so far, the parameter SizeOfFile holds the total size of the file.



Last Update: 2023-Feb-06