Browse Source

* VT_DECIMAL added, patch by Ocean, mantis #26539

git-svn-id: trunk@28468 -
marco 11 years ago
parent
commit
95bb0e0fd1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/winunits-base/src/typelib.pas

+ 1 - 0
packages/winunits-base/src/typelib.pas

@@ -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;