Interface IProgressIndicator
Unit
Declaration
type IProgressIndicator = interface(IInterface)
Description
Attributes
- GUID['{57F0505E-81AE-44BA-ACAD-5AE34FD00E60}']
 
Hierarchy
- IInterface
 - IProgressIndicator
 
Overview
Methods
![]()  | 
function StartProgress: IProgressIndicatorAccess; | 
![]()  | 
function StartProgressWithCount(iCount: int64; iRateMode: TProgressRateMode = rmNumber): IProgressIndicatorAccess; | 
![]()  | 
function StartProgressWithItems(const iItems: IStrings): IProgressIndicatorAccess; | 
![]()  | 
function StartSimpleProgress(iMax: int64; iRateMode: TProgressRateMode = rmNumber): ISimpleProgressIndicatorAccess; | 
![]()  | 
procedure SetError(const iValue: string); | 
Description
Methods
![]()  | 
function StartProgress: IProgressIndicatorAccess; | 
![]()  | 
function StartProgressWithCount(iCount: int64; iRateMode: TProgressRateMode = rmNumber): IProgressIndicatorAccess; | 
![]()  | 
function StartProgressWithItems(const iItems: IStrings): IProgressIndicatorAccess; | 
![]()  | 
function StartSimpleProgress(iMax: int64; iRateMode: TProgressRateMode = rmNumber): ISimpleProgressIndicatorAccess; | 
![]()  | 
procedure SetError(const iValue: string); | 
Generated by PasDoc 0.16.0.
