|

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.Reboot

OverviewExamples

System.Reboot ( )


De s cr ip t ion


Reboots the user's system.


P arame t er s


None.


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.RegisterActiveX

OverviewExamples

System.RegisterActiveX ( string Filename )


De s cr ip t ion


Registers an ActiveX control on the local system.


Note: This will only work for controls that properly support the DLLRegisterServer 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.RegisterFont

OverviewExamples

System.RegisterFont ( string Filename,


string Fontname,


boolean Permanent = true )


De s cr ip t ion


Registers a TrueType font (.ttf file) on the local system.


P arame t er s


Filename


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


|