|
@@ -11,7 +11,8 @@ Const TypeNames : Array [TTYpeKind] of string[15] =
|
|
|
'Float','Set','Method','ShortString','LongString',
|
|
|
'AnsiString','WideString','Variant','Array','Record',
|
|
|
'Interface','Class','Object','WideChar','Bool','Int64','QWord',
|
|
|
- 'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar');
|
|
|
+ 'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar',
|
|
|
+ 'Helper');
|
|
|
|
|
|
Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];
|
|
|
|