WinStudio
IWSFormComponent interface
Returns the current Group for a critical number bound gauge that is bound to a critical number that accepts Group values.
object.GaugeGetGroup
Part | Description |
object | Required. A reference to a valid gauge component object. |
The return value is a string containing the Group By value for which the critical number is calculated. Group By values are optional and are supported on IDO-based critical numbers that have a group by property specified.
Sub Main() Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetGroup) End Sub