[]
Defines windows-specific launch parameters for ActionLaunch.
new ActionLaunchWinAttrs(om): ActionLaunchWinAttrs;
Creates a new ActionLaunchWinAttrs.
ObjectManager that controls the lifetime.
ActionLaunchWinAttrs
ObjectBase.constructor
new ActionLaunchWinAttrs(): ActionLaunchWinAttrs;
Creates a new ActionLaunchWinAttrs.
ActionLaunchWinAttrs
ObjectBase.constructor
get directory(): string;
Gets or sets the directory in standard DOS syntax.
string
get fileName(): string;
Gets or sets the file name of the application to be launched or the document to be opened or printed, in standard Windows pathname format.
string
get id(): number;
Gets the reference to the object.
number
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get operation(): WinAttrsOperationType;
Gets or sets the operation to perform.
get parameter(): string;
Gets or sets the parameter to be passed to the application.
string
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void