WinStudio
IWSFormComponent interface
Gets the Sub-Caption Format for a critical number bound gauge.
object.GaugeGetSubCaptionFormat
The return value is a string containing the format of the sub-caption on the critical number gauge. Valid values are:
Sub Main() Application.ShowMessage(ThisForm.Components("gauge1").GaugeGetSubCaptionFormat) End Sub