T10Chars

<< Click to Display Table of Contents >>

Navigation:  Types >

T10Chars

SIGNATURE=IW.Common.Strings.T10Chars

 

ETYPE=Type

 

Declaration:

Delphi:

T10Chars = array [1..10 * SizeOf(Char)] of Byte;

C++:

array [1..10 * SizeOf(Char)] of Byte T10Chars;

 

Unit: IW.Common.Strings.pas

 

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