Data.DB.TDataSet.SetBufListSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetBufListSize(Value: Integer); virtual;

C++

virtual void __fastcall SetBufListSize(int Value);

Description

Sets the size of the buffer list.

SetBufListSize is used to set the size of the buffer list. If Value is smaller than the current size, the unused record buffers will be freed.

See Also