AutoInsertEnabled property (WinStudio scripts)

Applies To

IWSIDOCollection interface

Definition

Returns the state of autoinsert functionality (the automatic insertion of a new row at the end of a collection). Read-only.

Syntax

object.AutoInsertEnabled

  Part   Description
object Required. A reference to a valid IDO collection object.

Remarks

A return value of:

  • TRUE indicates that autoinsert functionality is enabled.
  • FALSE indicates that autoinsert functionality is disabled.

Example

ThisForm.PrimaryIDOCollection.AutoInsertEnabled