Delphi Compiler Error
E2439 Inline function must not have open array argument
Reason for the Error & Solution
To avoid this error, remove the inline directive or use an explicitly-declared dynamic array type instead of an open array argument.
E2439 Inline function must not have open array argument
To avoid this error, remove the inline directive or use an explicitly-declared dynamic array type instead of an open array argument.