Skip to content

Batch_State - DataList_

Determines whether the data in the list is static or dynamic

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

Syntax

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

Description

If Batch_State is True, the data from the entire table is read into memory when the list is first activated. Any changes to the table that happen after the list is activated will not be reflected in the list.

dbGrid class

Batch_State is private for the dbGrid class and should not be used with dbGrids. This property is intended for use with the dbList class.