Skip to content

No_Create_State - dbGrid_

Controls whether or not this object can create records

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer No_Create_State
Access Type Syntax
Read Access: Get No_Create_State to IntegerVariable
Write Access: Set No_Create_State to IntegerVariable/Value

Description

The No_create_state property controls whether or not this object can create records. If true, any attempt to initiate a clear operation or save operation on a new record will be ignored. However, clear and save operations in other objects that result in a clear or save in this object's server will not be inhibited. As an example, selection_list objects typically set this true as they are not designed for editing records, only selecting them, while grid objects typically set this property to false to allow full data entry.

Default is true.

In dbGrid class, default is false.