Data.DB.TParamStreamObject.SetKnownSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also