Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
Re: Andorra 2D Render Target
2. Apr 2009, 16:27
Hi,
Ich glaube folgendes reicht schon:
AdDraw := TAdDraw.Create(Panel1);
Edit: Und wenn dann muss es wahrscheinlich
AdDraw.Window.BindTo(Panel1)
heißen. Ohne das @.
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."
|