Missing types in BT2S function.
This commit is contained in:
parent
555cc40c27
commit
8109ae5384
@ -91,6 +91,13 @@ var
|
||||
btClass: Result := 'Class';
|
||||
btProcPtr: Result := 'ProcPtr';
|
||||
btStaticArray: Result := 'StaticArray['+inttostR(TPSTypeRec_StaticArray(p).Size)+'] of '+BT2S(TPSTypeRec_Array(p).ArrayType);
|
||||
btPChar: Result := 'PChar';
|
||||
btCurrency: Result := 'Currency';
|
||||
btUnicodeString: Result := 'UnicodeString';
|
||||
btInterface: Result := 'Interface';
|
||||
btType: Result := 'Type';
|
||||
btEnum: Result := 'Enum';
|
||||
btExtClass: Result := 'ExtClass';
|
||||
else
|
||||
Result := 'Unknown '+inttostr(p.BaseType);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user