FireDAC.Phys.IBBase.TFDIBConfig.SetPageBuffers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPageBuffers(const AValue: LongWord);

C++

void __fastcall SetPageBuffers(const unsigned AValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBConfig

Description

Sets the cache size.

Use the SetPageBuffers method to set the default number of cache buffers to the specified number.

SetPageBuffers corresponds to gfix -buffers.

Parameters Description

AValue

A number of buffers.

See Also