How to return array from a Delphi function? - Stack Overflow

How to return array from a Delphi function? - Stack Overflow

瀏覽:1383
日期:2025-11-14
I have a function in my application that needs to return an array. ... integer): TStringArray; begin SetLength(result, 3); result[0] := 'Alpha'; result[1] ......看更多