Share via


FormRun.cut Method

Is called when a user performs a cut operation on a form.

Syntax

public boolean cut()

Run On

Client

Return Value

Type: boolean
true if the operation was successful; otherwise, false.

Remarks

To override this method on a form, right-click the Methods node below the form, click Override Method, and then click cut.

For information about best practices for forms and code, see No Code in Forms.

See Also

Reference

FormRun Class