* VT_DECIMAL added, patch by Ocean, mantis #26539

git-svn-id: trunk@28468 -
This commit is contained in:
marco 2014-08-19 14:00:16 +00:00
parent 17ad136412
commit 95bb0e0fd1

View File

@ -234,6 +234,7 @@ begin
VT_SAFEARRAY:Result:='PSafeArray';
VT_LPWSTR:Result:='PWideChar';
VT_LPSTR:Result:='PChar';
VT_DECIMAL:Result:='TDecimal';
else
Result := 'Unknown (' + IntToStr(ParamType) + ')';
end;