However, in new versions of Delphi, it is almost possible: type TStringDynArray = array of string; function MyFunc: TStringDynArray; begin result ...
www.google.com.tw