EaxDimBarMasterPanel.BatchMode

Syntax

BatchMode: Boolean;

Description

The BatchMode property determines whether requests are set to server in the data batch.

Comments

Available Values of the property:

This property is used to control sending of requests to server. If it is set to True, first it is required to enable batch mode for forming of a data batch by means of the Metabase.beginBatch method, and then it is required to finish this mode by means of the Metabase.endBatch method to send the formed data batch to server.

If the property is set to False, requests are automatically sent to server without forming a data batch.

Use JSON or the setBatchMode method to set the property value, and the getBatchMode method to get the property value.

Example

The example of use is given on the page with description of the EaxDimBarMasterPanel.getDimTreeView method.

EaxDimBarMasterPanel