Form.allowPreLoading Method

A Boolean value that determines whether a preloaded instance can be used when the associated FormRun instance is created.

Syntax

public boolean allowPreLoading([boolean value])

Run On

Called

Parameters

  • value
    Type: boolean
    true if a preloaded instance can be used when the associated FormRun instance is created; otherwise, false.

Return Value

Type: boolean
true if a preloaded instance can be used when the associated FormRun instance is created; otherwise, false.

See Also

Reference

Form Class