Data.DB.TParamStreamObject.SetKnownSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetKnownSize(KnownSize: Integer);

C++

void __fastcall SetKnownSize(int KnownSize);

Properties

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

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.

See Also