WinStudio
IWSFormComponent interface
Returns the value of the Alert for a Critical Number bound Gauge.
object.GaugeGetAlertValue()
Part | Description |
object | Required. A reference to a valid gauge component object. |
The return value is a string containing the overridden alert value on the Critical Number gauge. If this value is blank, the gauge uses the alert value from the Critical Numbers Setup form.
Sub Main() Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetAlertValue) End Sub