DelayedInsert Property

Version: Available or changed with runtime version 1.0.

Sets a value that specifies whether a user must leave a record before it is inserted into the database. By default, new records are inserted when the user leaves the control that shows the primary key in the table.

Applies to

  • Page

Property Value

True if the record is inserted when the user leaves the record; otherwise, false if the record is inserted when the user leaves the control that shows the primary key. The default value is false.

Syntax

DelayedInsert = false;

See Also

Properties