PlatformAPI.TOTAGetProfileFilesProgressCallback
Delphi
TOTAGetProfileFilesProgressCallback = function(ProgressType: TOTAProgressType;
CurPathItem: Integer; // -1 indicates no update of count
TotalPathItemCount: Integer; // -1 indicates no update of count
const StatusMessage: string; // status message for progress dialog
const Path: string; // path to file being copied
const FileName: string; // file being copied
FileCurrentPercent: Integer // percent complete of file being copied: -1 indicates not a file
): Boolean of object;
C++
typedef bool __fastcall (__closure *TOTAGetProfileFilesProgressCallback)(TOTAProgressType ProgressType, int CurPathItem, int TotalPathItemCount, const System::UnicodeString StatusMessage, const System::UnicodeString Path, const System::UnicodeString FileName, int FileCurrentPercent);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
type typedef |
public | PlatformAPI.pas PlatformAPI.hpp |
PlatformAPI | PlatformAPI |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.