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