Bde.DBTables.TBDEDataSet.SetBlockReadSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

procedure SetBlockReadSize(Value: Integer); override;

C++

virtual void __fastcall SetBlockReadSize(int Value);

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