Deferred_State - cDbTagsForm

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

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean Deferred_State

Read Access: Get Deferred_State to BooleanVariable
Write Access: Set Deferred_State to BooleanVariable/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.