Skip to content

Deferred_State - cDbCJGrid

Determines if all finds by the object will occur without changing the server's current record

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

Syntax

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

Description

If the value of the Deferred_State property is true, all finds by the object via its server will occur without notifying other DDOs (i.e., those connected to the server of this object) of the result of the find, and also without changing the server's current record. In addition, when this object is deactivated, it requests a "normal" find (i.e., one that notifies other DDOs of the result) of its server to ensure that the server has the proper current record.

Default is false.