Data.DBXPlatform.TDBXPlatform.CopyBytesToWideChars

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class procedure CopyBytesToWideChars(const Source: TArray<Byte>; SourceOffset: Integer; const Dest: TDBXWideChars; DestOffset: Integer; Count: Integer); static; inline;

C++

static void __fastcall CopyBytesToWideChars(const System::DynamicArray<System::Byte> Source, int SourceOffset, const TDBXWideChars Dest, int DestOffset, int Count);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Copie les éléments d'un tableau de TBytes dans un tableau de TDBXWideChars.

La méthode statique CopyBytesToWideChars copie Count éléments depuis Source, à SourceOffset vers Dest, à DestOffset.

Source est du type TBytes, tandis que Dest est du type TDBXWideChars.

Voir aussi