Enum enumTProgressIndicatorEventType
Kind of event raised by the native progress indicator to its handlers.
Namespace: CAMAPI.ApplicationMainForm
Assembly: CAMAPI.ApplicationMainForm.dll
Syntax
public enum enumTProgressIndicatorEventType
Fields
| Name | Description |
|---|---|
| pietBreak | User clicked the Break button of the indicator |
| pietHide | Indicator was hidden and released the status bar |
| pietProgress | Progress changed via SetPercent or SetCaption |
| pietShow | Indicator was shown and occupied the status bar |