|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

System.UnregisterActiveX

OverviewExamples

System.UnregisterActiveX ( string Filename )


De s cr ip t ion


Unregisters an ActiveX control on the local system.


Note: This will only work for controls that properly support the DLLUnregisterServer interface.


image

P arame t er s


Filename


(string) The full path to the ActiveX control file.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

System.UnregisterFont

OverviewExamples

System.UnregisterFont ( string Filename,


string Fontname,


boolean Permanent = true )


De s cr ip t ion


Unregisters a TrueType font (.ttf file) on the local system. This removes the font's registration with the system font table.


P arame t er s


Filename


(string) The full path to the font file. The file must be a valid Windows .TTF file.


|