Movicon Help on Line - Rel. 11.7.1301
Syntax |
RemoveAllAliases() |
Description |
This function removes all the Aliases defined in the screen's Table. |
Parameter |
Description |
None |
None |
Result |
None |
Example:
Public Sub Click()
Dim objScreen As SynopticCmdTarget
Set objScreen = GetSynopticObject
Debug.Print objScreen.RemoveAllAliases()
Set objScreen = Nothing
End Sub