Codeunit "Config. Progress Bar"
ID 8615
Namespace: System.IO
Methods
Init
procedure Init(NewMaxCount: Integer, NewStepCount: Integer, WindowTitle: Text)
Parameters
| Name |
Type |
Description |
|
NewMaxCount
|
Integer
|
|
|
NewStepCount
|
Integer
|
|
|
WindowTitle
|
Text
|
|
Update
procedure Update(WindowText: Text)
Parameters
| Name |
Type |
Description |
|
WindowText
|
Text
|
|
UpdateCount
[TryFunction]
procedure UpdateCount(WindowText: Text, Count: Integer): Boolean
Parameters
| Name |
Type |
Description |
|
WindowText
|
Text
|
|
|
Count
|
Integer
|
|
Returns
Close
Events
OnAfterInit
[IntegrationEvent(False,False)]
local procedure OnAfterInit(var Window: Dialog)
Parameters
| Name |
Type |
Description |
|
Window
|
Dialog
|
|
OnAfterUpdate
[IntegrationEvent(False,False)]
local procedure OnAfterUpdate(WindowText: Text, var Window: Dialog)
Parameters
| Name |
Type |
Description |
|
WindowText
|
Text
|
|
|
Window
|
Dialog
|
|
OnBeforeUpdate
[IntegrationEvent(False,False)]
local procedure OnBeforeUpdate(WindowText: Text, var Window: Dialog, var IsHandled: Boolean)
Parameters
| Name |
Type |
Description |
|
WindowText
|
Text
|
|
|
Window
|
Dialog
|
|
|
IsHandled
|
Boolean
|
|
OnInitOnBeforeWindowOpen
[IntegrationEvent(False,False)]
local procedure OnInitOnBeforeWindowOpen(var Window: Dialog, var ProgressBarText: Text)
Parameters
| Name |
Type |
Description |
|
Window
|
Dialog
|
|
|
ProgressBarText
|
Text
|
|
See also