Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instantiates an embedded operation progress class.
Syntax
client server public static SysOperationProgressEmbedded newGeneral(
FormBuildControl control,
[int numOfBars,
boolean smooth])
Run On
Called
Parameters
- control
Type: FormBuildControl Class
A container form control that will hold the operation progress controls. Typically this will be a group or tab page control.
- numOfBars
Type: int
The number of bars you want.
- smooth
Type: boolean
A Boolean value that determines whether the progress be updated for each change or only every three seconds? Since we are running on the client, the performance impact of running smooth is minimal.
Return Value
Type: SysOperationProgressEmbedded Class
An instance of the class.
See Also
SysOperationProgressEmbedded Class