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.
Constructs an instance of the SysOperationProgress class as a single-bar progress indicator.
Syntax
client server public static SysOperationProgress newGeneral(
Filename animation,
Caption caption,
int64 total,
[int textLength])
Run On
ClientOrServer
Parameters
- animation
Type: Filename Extended Data Type
The name of the animation file (.avi) to be displayed.
- caption
Type: Caption Extended Data Type
The progress form's caption.
- total
Type: int64
The total progress count.
- textLength
Type: int
The maximum length (in characters) for the progress text before the text wraps to an additional line; optional.
Return Value
Type: SysOperationProgress Class
The new instance of the SysOperationProgress class.