Data.DB.TParamStreamObject.SetKnownSize
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TParamStreamObject |
Delphi
procedure SetKnownSize(KnownSize: Integer);
C++
void __fastcall SetKnownSize(int KnownSize);
Description
Sets the number of bytes to read from the stream when calling the GetBytes method.
Call SetKnownSize to set the number of bytes to read from the stream when calling the GetBytes method. The number of bytes is specified through the KnownSize parameter.