Data.Win.ADODB.TCustomADODataSet.SetBlockReadSize
Delphi
procedure SetBlockReadSize(Value: Integer); override;
C++
virtual void __fastcall SetBlockReadSize(int Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Data.Win.ADODB.pas Data.Win.ADODB.hpp |
Data.Win.ADODB | TCustomADODataSet |
Description
Setter method for BlockReadSize.
Data.Win.ADODB.TCustomADODataSet.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.