xArgs.allowUseOfPreloadedForm Method

Determines if the form launched for this instance may come from the pre-loaded form pool.

Syntax

public boolean allowUseOfPreloadedForm([boolean value])

Run On

Called

Parameters

  • value
    Type: boolean
    A Boolean value that determines whether the loaded form can come from the pre-loaded form pool.

Return Value

Type: boolean
true if the form launched for this instance may come from the pre-loaded form pool; otherwise, false.

Remarks

Use of a pre-loaded form is permitted by default. Set this to false only if there are undesired side-effects from the use of a pre-loaded form.

See Also

Reference

xArgs Class