Interface IProgressIndicator

Unit

Declaration

type IProgressIndicator = interface(IInterface)

Description

Attributes
GUID['{57F0505E-81AE-44BA-ACAD-5AE34FD00E60}']

Hierarchy

Overview

Methods

Public function StartProgress: IProgressIndicatorAccess;
Public function StartProgressWithCount(iCount: int64; iRateMode: TProgressRateMode = rmNumber): IProgressIndicatorAccess;
Public function StartProgressWithItems(const iItems: IStrings): IProgressIndicatorAccess;
Public function StartSimpleProgress(iMax: int64; iRateMode: TProgressRateMode = rmNumber): ISimpleProgressIndicatorAccess;
Public procedure SetError(const iValue: string);

Description

Methods

Public function StartProgress: IProgressIndicatorAccess;
 
Public function StartProgressWithCount(iCount: int64; iRateMode: TProgressRateMode = rmNumber): IProgressIndicatorAccess;
 
Public function StartProgressWithItems(const iItems: IStrings): IProgressIndicatorAccess;
 
Public function StartSimpleProgress(iMax: int64; iRateMode: TProgressRateMode = rmNumber): ISimpleProgressIndicatorAccess;
 
Public procedure SetError(const iValue: string);
 

Generated by PasDoc 0.16.0.