DP News-Robot |
24. Dez 2024 17:10 |
“Incompatible parameter lists” when using Types.T*DynArray? – VCL – Delphi-PRAXiS [en
Reminder to self: Delphi 11.3 (Alexandria update 3), mid-product added a compiler changing kind of deprecating using types of this form (including ones defined in the System, System.Types and other RTL/VCL units): Overview of “deprecated” * and alternative array types “deprecated” alternative: write it all out TBooleanDynArray TArray<Boolean> TByteDynArray TArray<Byte> TCardinalDynArray TArray<Cardinal> TStringDynArray TArray<string> technically [̷
Weiterlesen...
|