type
TForm1 = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
dic1:TDictionary<string,TFunc<array of Integer,integer >>;
dic2:TDictionary<string,TFunc<array of Integer,integer,integer >>;
dic3:TDictionary<string,TFunc<array of Integer,string >>;
implementation