xRecord.skipPostLoad Method

Gets and sets the property that indicates whether to skip executing the xRecord.postLoad method on the table.

Syntax

public boolean skipPostLoad([boolean newValue])

Run On

Called

Parameters

  • newValue
    Type: boolean
    A Boolean value that indicates whether to skip executing the postLoad method on the table; optional.

Return Value

Type: boolean
true to skip executing the postLoad method; otherwise, false.

See Also

Reference

xRecord Class