Mhhh.. Oft wirds so gemacht, dass die Function die Länge/Größe des Arrays z.B. zurückgibt wenn man nil übergibt.
d.h. :
Delphi-Quellcode:
var len: Integer;
begin
len := TestCom.VorlagenHolen('blub', nil);
GetMem(test,SizeOf(PSafeArray));
SetLength(test^,len);
TestCom.VorlagenHolen('blub', test);
end;
So in etwa.
Ich garantiere aber für nichts
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."