Browse Source

* Add varUInt32 alias for delphi compatibility

Michaël Van Canneyt 1 year ago
parent
commit
038f054bdc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/varianth.inc

+ 1 - 0
rtl/inc/varianth.inc

@@ -61,6 +61,7 @@ const
    varArray = $2000;
    varByRef = $4000;
 
+   varUInt32 = varLongWord; // Delphi compatibility 
    varWord64 = varQWord;
    varUInt64 = varQWord; // Delphi alias