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.
Sets the caption of the form.
Syntax
public void setCaption(Caption _caption)
Run On
Called
Parameters
- _caption
Type: Caption Extended Data Type
The text to be displayed as the caption on the form.
Remarks
Typically, the caption is set when constructing the class. If several operation progress classes are running at the same time, only the caption of the parent will be shown.