FormObjectSet.create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.