Displays an alert dialog which provides the user an information about the result of a command. It offers no user choices.
PROCEDURE AlertInform(
text : STRING;
advice : STRING;
minorAlert : BOOLEAN);def vs.AlertInform(text, advice, minorAlert):
return None| Name | Type | Description |
|---|---|---|
| text | STRING | The information to be displayed. |
| advice | STRING | The text to be added in a smaller font under the main information message. |
| minorAlert | BOOLEAN | The severity of the alert: minor(true) or major(false). |
Created by 1/18/2005
VS Functions: AlertQuestion | AlertCritical
Availability: from VectorWorks12.0