FireDAC.Phys.IBBase.TFDIBConfig.SetPageBuffers

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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

AValue

A number of buffers.

See Also