Data.DB.TDataSet.UpdateBufferCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateBufferCount;

C++

void __fastcall UpdateBufferCount();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Updates the buffer count.

UpdateBufferCount is used to update the BufferCount property when the method is opened or data sources are added or removed.

See Also