Data.DB.IParamStreamObject.GetBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBytes: TArray<Byte>;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetBytes() = 0 ;

Properties

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

Description

Represents the signature for a method that reads a preset number of bytes from the stream stored by an IParamObject class instance.

GetBytes represents the signature for a method that reads a preset number of bytes from the stream stored by an IParamObject class instance.

See Also