PlatformAPI.TOTAGetProfileFilesProgressCallback

From RAD Studio API Documentation
Jump to: navigation, search

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;

Properties

Type Visibility Source Unit Parent
type public PlatformAPI.pas PlatformAPI PlatformAPI

Description

Embarcadero Technologies does not currently have any additional information.