T2Chars

<< Click to Display Table of Contents >>

Navigation:  Types >

T2Chars

SIGNATURE=IW.Common.Strings.T2Chars

 

ETYPE=Type

 

Declaration:

Delphi:

T2Chars = array [1..2 * SizeOf(Char)] of Byte;

C++:

array [1..2 * SizeOf(Char)] of Byte T2Chars;

 

Unit: IW.Common.Strings.pas

 

Description: this allows faster move that using std. Move() routine