Delphi DLL PercentDone Callbacks
Also see: Delphi DLL AbortCheck Callbacks Delphi DLL ProgressInfo Callbacks Delphi DLL TaskCompleted Callbacks 1) First define a function exactly as shown here. Make sure to use the “cdecl” calling convention. Returning a non-zero Result will cause the Chilkat method to abort. It is important to set Result := 0 to allow the Chilkat method to continue. 2) Set the […]