How to return array from a Delphi function? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
How to return array from a Delphi function? - Stack Overflow
I have a function in my application that needs to return an array. ... integer):
TStringArray; begin SetLength(result, 3); result[0] := 'Alpha'; result[1] ...