FireDAC.Phys.IBBase.TFDIBConfig.SetPageBuffers
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 |
---|---|
|
A number of buffers. |