Data.SqlExpr.TCustomSQLDataSet.SetBufListSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBufListSize(Value: Integer); override;

C++

virtual void __fastcall SetBufListSize(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

Description

Sets the size of the buffer list.

Data.SqlExpr.TCustomSQLDataSet.SetBufListSize inherits from Data.DB.TDataSet.SetBufListSize. All content below this line refers to Data.DB.TDataSet.SetBufListSize.

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