FormObjectSet.create Method

Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.create method, which creates a new record in the data source.

Syntax

public void create([boolean append])

Run On

Client

Parameters

  • append
    Type: boolean
    A Boolean flag that indicates whether to insert the record after or before the current cursor position; optional. If the value is true, the new record is inserted after the current one.

See Also

Reference

FormObjectSet Class