IDimBlockLoader.RowCapacity

Syntax

RowCapacity: Integer;

Description

The RowCapacity property determines the number of rows with memory reserved to store data.

Comments

Memory is reserved depending on the number of rows and columns in the loader. This property is relevant if the number of loaded rows is known beforehand. By default memory is reserved for 4096 data rows.

See also:

IDimBlockLoader