Bde.DBTables.TBDEDataSet.SetBlockReadSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBlockReadSize(Value: Integer); override;

C++

virtual void __fastcall SetBlockReadSize(int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TBDEDataSet

Description

Setter method for BlockReadSize.

Bde.DBTables.TBDEDataSet.SetBlockReadSize inherits from Data.DB.TDataSet.SetBlockReadSize. All content below this line refers to Data.DB.TDataSet.SetBlockReadSize.

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