Delphi Error – E2439 Inline function must not have open array argument

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.

See Also