FireDAC.Phys.IBBase.TFDIBConfig.SetPageBuffers
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: TFDIBConfig | |
Delphi
procedure SetPageBuffers(const AValue: LongWord);
C++
void __fastcall SetPageBuffers(const System::LongWord AValue);
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. |