The following table shows the other ACUCOBOL-GT Web browser control properties and descriptions:
| Control property | Description | 
|---|---|
| BUSY | Indicates whether a download or navigation is still in progress. | 
| TITLE | Title of the page resource that the WEB-BROWSER2 control is currently displaying. Can be queried. | 
| VALUE | URL of the page resource that the WEB-BROWSER2 control is currently displaying. Can be queried or set. | 
| NAVIGATE-URL | URL that initiated the MSG-WB-BEFORE-NAVIGATE event. | 
| PROGRESS-MAX | Number of bytes available to download. Use this after a Download-Begin message to get the number. | 
| PROGRESS | Number of bytes downloaded. Use this after a Progress-Change message to get the number. | 
| WEBMSG-SOURCE | Source of the message. Query this after a MESSAGE-RECEIVED event. | 
| WEBMSG-JSON | JSON string of the message. Query this after a MESSAGE-RECEIVED event. | 
| WEBMSG-STRING | String value of the message. Query this after a MESSAGE-RECEIVED event. |