LoadTagGroupFile Example

The following example loads the tag group file mytaggroup.tgd into the iFIX picture pic1.

Private Sub CommandButton1_Click()

pic1.LoadTagGroupFile "mytaggroup.tgd"

End Sub