Einzelnen Beitrag anzeigen

Dax
(Gast)

n/a Beiträge
 
#4

Re: function mit 2 ausgabewerten

  Alt 4. Jan 2007, 12:26
Delphi-Quellcode:
type
  TFoo = record
    a, b: string;
  end;

function Bar(s: string): TFoo;
begin
  Result.a := s + ' <- sorum';
end;
  Mit Zitat antworten Zitat