* Patch from Henrique Werlang to move TArray (bug ID 37759)

This commit is contained in:
michael 2020-09-16 19:19:49 +00:00
parent 6f4b2a04b2
commit 2fdece6eab
2 changed files with 2 additions and 2 deletions

View File

@ -98,6 +98,8 @@ type
coLingCasing, coDigitAsNumbers, coStringSort});
TCompareOptions = set of TCompareOption;
generic TArray<T> = array of T;
{*****************************************************************************
TObject, TClass, IUnknown, IInterface, TInterfacedObject
*****************************************************************************}

View File

@ -655,8 +655,6 @@ Function EncodeHTMLEntities (S : String) : String;
---------------------------------------------------------------------}
Type
generic TArray<T> = array of T;
TCharArray = Array of char;
TByteBitIndex = 0..7;