T5Chars

<< Click to Display Table of Contents >>

Navigation:  Types >

T5Chars

SIGNATURE=IW.Common.Strings.T5Chars

 

ETYPE=Type

 

Declaration:

Delphi:

T5Chars = array [1..5 * SizeOf(Char)] of Byte;

C++:

array [1..5 * SizeOf(Char)] of Byte T5Chars;

 

Unit: IW.Common.Strings.pas

 

Description: This is type IW.Common.Strings.T5Chars.