FormUrl (TFormUrlHelper)
De Wiki1000
function FormUrl():string;
Cette fonction retourne l'url de l'écran.
Paramètre | Usage |
---|---|
Return | L'url de l'écran |
Exemple :
//Procedure BuildFormUrl; var inst:TFormUrlHelper; begin inst := TFormUrlHelper.Create; inst.FormName := 'myform'; inst.ObjectOID := inst.InstanceOID; inst.parameters.Add('','p1','1'); inst.parameters.Add('','p2',2); showMessage(inst.FormUrl); end;
Voir aussi: