[]
        
(Showing Draft Content)

ActionLaunchWinAttrs

Class: ActionLaunchWinAttrs

Defines windows-specific launch parameters for ActionLaunch.

Extends

Constructors

Constructor

new ActionLaunchWinAttrs(om): ActionLaunchWinAttrs;

Creates a new ActionLaunchWinAttrs.

Parameters

om

ObjectManager

ObjectManager that controls the lifetime.

Returns

ActionLaunchWinAttrs

Overrides

ObjectBase.constructor

Constructor

new ActionLaunchWinAttrs(): ActionLaunchWinAttrs;

Creates a new ActionLaunchWinAttrs.

Returns

ActionLaunchWinAttrs

Overrides

ObjectBase.constructor

Accessors

directory

Get Signature

get directory(): string;

Gets or sets the directory in standard DOS syntax.

Returns

string


fileName

Get Signature

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.

Returns

string


id

Get Signature

get id(): number;

Gets the reference to the object.

Returns

number

Inherited from

ObjectBase.id


om

Get Signature

get om(): ObjectManager;

Gets the owner ObjectManager instance.

Returns

ObjectManager

Inherited from

ObjectBase.om


operation

Get Signature

get operation(): WinAttrsOperationType;

Gets or sets the operation to perform.

Returns

WinAttrsOperationType


parameter

Get Signature

get parameter(): string;

Gets or sets the parameter to be passed to the application.

Returns

string

Methods

free()

free(): void;

Detaches the object from the ObjectManager and deallocates its memory, if possible.

Returns

void

Inherited from

ObjectBase.free


rebind()

rebind(omTo): void;

Rebinds the object from the current ObjectManager to the specified one.

Parameters

omTo

ObjectManager

The new ObjectManager for the object.

Returns

void

Inherited from

ObjectBase.rebind