Data.DB.TDBBitConverter.UnsafeFromVariant
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDBBitConverter | |
Delphi
class procedure UnsafeFromVariant(const Value: Variant; var B: TArray<Byte>; Offset: Integer = 0); static;
C++
static void __fastcall UnsafeFromVariant(const System::Variant &Value, System::DynamicArray<System::Byte> &B, int Offset = 0x0);
Description
Converts the value specified as a variant 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.