Browse Source

* ByteDynArray

michael 5 years ago
parent
commit
8944471cc6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl/types.pas

+ 1 - 0
packages/rtl/types.pas

@@ -26,6 +26,7 @@ type
   TDoubleDynArray = array of Double;
   TJSValueDynArray = array of JSValue;
   TObjectDynArray = array of TObject;
+  TByteDynArray = array of Byte;
 
   TDuplicates = (dupIgnore, dupAccept, dupError);