Applies toTForm1
Declarationfunction get_res_profile: String;Implementation
function TForm1.get_res_profile():String; begin result:=root +'Cache\Users\'+GetLocalUserName+'sresp.wrp'; End;