Data.DB.IParamStreamObject.SetKnownSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetKnownSize(KnownSize: Integer);

C++

virtual void __fastcall SetKnownSize(int KnownSize) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB IParamStreamObject

Description

Represents the signature for a method that sets the number of bytes to read from the stream when calling the GetBytes method.

SetKnownSize represents the signature for a method that sets the number of bytes to read from the stream when calling the GetBytes method.

See Also