Data.DB.TDataSet.SetBlockReadSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBlockReadSize(Value: Integer); virtual;

C++

virtual void __fastcall SetBlockReadSize(int Value);

Properties

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

Description

Setter method for BlockReadSize.

SetBlockReadSize is used as a setter method for the BlockReadSize property. The Value parameter specifies the size of the block to read. See the BlockReadSize documentation for further details on how to use the property.

Note: Only bidirectional datasets can be filtered.

See Also