|
|
|
| dcFileOperations component.
|
| type
|
| TdcFileOperationsEvent = procedure(Sender: TObject; const S: String) of object;
|
|
|
| function OnError: TdcFileOperationsEvent;
|
| The OnError event occurs if any problem has prevented the file operation to be successfully performed. The S parameter returns the error message.
|
| Copy, Move, Rename, Delete and Execute methods.
|