Data.DB.TDBBitConverter.UnsafeInToInterface

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function UnsafeInToInterface(const B: TArray<Byte>; Offset: Integer = 0): IUnknown; static;

C++

static System::_di_IInterface __fastcall UnsafeInToInterface(const System::DynamicArray<System::Byte> B, int Offset = 0x0);

Properties

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

Description

Converts the specified array of bytes into a value represented as an interface and returns that value.

You may specify an offset, a number of bytes to skip at the beginning of the specified array of bytes before the conversion.

See Also