copy

open fun copy(copyAttributes: Boolean): Form

Clones this Abstract Form with all its attribute(s).

Return

The copied form or null if an error occurs.

Parameters

copyAttributes

Not used (An Abstract Form must have one or more attributes).

Throws