E2439 Inline function must not have open array argument (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Error and Warning Messages (Delphi)

To avoid this error, remove the inline directive or use an explicitly-declared dynamic array type instead of an open array argument.

See Also