Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
Re: Resourcestring laden
15. Mär 2008, 17:58
Problem ist aber das ich keinen Zugriff auf die "Resourcestring-Variable" habe.
Also quasi so:
Delphi-Quellcode:
unit Unit1;
interface
uses
Dings;
resourcestring
Dings = ' Lala ein String';
end.
{ ------------------------------------------------------------------------ }
unit Dings;
uses Alles; nurNicht_Unit1;
// Muss trotzdem an den Inhalt von "Dings" drankommen!
end.
Gruß
Neutral General
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|