Data.DB.TDBBitConverter.UnsafeFromInterface

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDBBitConverter

Delphi

class procedure UnsafeFromInterface(const Value: IInterface; var B: TArray<Byte>; Offset: Integer = 0); static;

C++

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

Description

Converts the value specified as an interface into an array of bytes and fills B with that array of bytes, skipping the specified offset (number of bytes) at the beginning of the array.

See Also