Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1 KB

File metadata and controls

33 lines (25 loc) · 1 KB

ProgressDlgStart

Description

Start a progress context. This defines progress percentage and loop count for ProgressDlgYield calls. LoopCount is fit in the Percentage of the progress

PROCEDURE ProgressDlgStart(
				Percentage : REAL;
				LoopCount  : LONGINT);
def vs.ProgressDlgStart(Percentage, LoopCount):
    return None

Parameters

Name Type Description
Percentage REAL
LoopCount LONGINT

Examples

les can be found at [[VS:Progress Dialog]].

See Also

ProgressDlgOpen | ProgressDlgClose | ProgressDlgSetTopMsg | ProgressDlgSetBotMsg | ProgressDlgSetMeter | ProgressDlgStart | ProgressDlgEnd | ProgressDlgHasCancel | ProgressDlgYield

Version

Availability: from Vectorworks 2015

Category