Share via


FormObjectSet.create Method

Definition

Overloads

create()

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

create(Boolean)

create()

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

public:
 virtual void create();
public virtual void create ();
abstract member create : unit -> unit
override this.create : unit -> unit
Public Overridable Sub create ()

Applies to

create(Boolean)

public:
 virtual void create(bool _append);
public virtual void create (bool _append);
abstract member create : bool -> unit
override this.create : bool -> unit
Public Overridable Sub create (_append As Boolean)

Parameters

_append
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.

Applies to