mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
* VT_DECIMAL added, patch by Ocean, mantis #26539
git-svn-id: trunk@28468 -
This commit is contained in:
parent
17ad136412
commit
95bb0e0fd1
@ -234,6 +234,7 @@ begin
|
|||||||
VT_SAFEARRAY:Result:='PSafeArray';
|
VT_SAFEARRAY:Result:='PSafeArray';
|
||||||
VT_LPWSTR:Result:='PWideChar';
|
VT_LPWSTR:Result:='PWideChar';
|
||||||
VT_LPSTR:Result:='PChar';
|
VT_LPSTR:Result:='PChar';
|
||||||
|
VT_DECIMAL:Result:='TDecimal';
|
||||||
else
|
else
|
||||||
Result := 'Unknown (' + IntToStr(ParamType) + ')';
|
Result := 'Unknown (' + IntToStr(ParamType) + ')';
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user