vendredi 27 février 2015

Could I manipulate object as string and vice versa? Lazarus/Delphi

Could I manipulate object as string and vice versa? Lazarus/Delphi



procedure mapping();
var
objectname: string;
begin
objectname:='Form1.Label0';
objectname.Top:=20;
end;
mapping();
end.

Aucun commentaire:

Enregistrer un commentaire