Applies toTForm1
Declarationfunction get_dset_proplvl: String;Implementation
function TForm1.get_dset_proplvl():String; begin result:=root +'Cache\Users\'+GetLocalUserName+'susrrepg.rev'; End;