Movicon Help on Line - Rel. 11.7.1301
Syntax |
RemoveAlias(_lpszAlias) |
Description |
This function removes the Alias passed as the "lpszAlias" parameter. |
Parameter |
Description |
lpszAlias As String |
Name of Alias to be removed. |
Result |
Boolean |
Example:
Public Sub Click()
Dim objScreen As SynopticCmdTarget
Set objScreen = GetSynopticObject
Debug.Print objScreen.RemoveAlias("TsetAlais")
Set objScreen = Nothing
End Sub