UnloadTagGroupFile Method Example

The following example unloads the currently loaded tag group file from the iFIX picture pic1.

Private Sub CommandButton1_Click()

pic1.UnloadTagGroupFile

End Sub