EnableProgressEvent property

Delphi example

C++Builder example

 

Builder Syntax

bool EnableProgressEvent

Delphi Syntax

EnableProgressEvent: Boolean

Overview

Refer to Working with Data Sets.

Remarks

(Published property, available at design time) Specifies whether LEADTOOLS generates a OnProgressStatus event, to indicate the completion percentage of the current LEADTOOLS function.

If this property is set to True, you can use the OnProgressStatus event to update a status bar or to detect a user interrupt.

This property can also be used to cancel a load process by setting it to False during a load process.

Setting

Description

True

Generate progress status events.

False

If this property is set to False outside the load process, OnProgressStatus events will not be generated. If this property is set to False during a load process, the load process is canceled.

See Also

Elements:

EnableMethodErrors property