IBX.IBTable.TIBTable.BufferChunks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BufferChunks: Int64 read FBufferChunks write SetBufferChunks;

C++

__property BufferChunks;

Properties

Type Visibility Source Unit Parent
property published
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

Specifies the dataset buffer chunk size.

IBX.IBTable.TIBTable.BufferChunks inherits from IBX.IBCustomDataSet.TIBCustomDataSet.BufferChunks. All content below this line refers to IBX.IBCustomDataSet.TIBCustomDataSet.BufferChunks.

Specifies the dataset buffer chunk size.

Use BufferChunks to get or set the number of records for which the dataset allocates buffer space at any time. When the dataset's buffer is full, trying to fetch an additional record causes the dataset to reallocate the buffer so that it has enough memory to hold an additional BufferChunks records.

Note: When UniDirectional is true, BufferChunks has no meaning.