![]() |
Control aus dll Problem???
Hallo,
Ich habe 2 Panels auf meiner dll Form. Wenn ich sie auf rufe bekomme ich eine Fehler Meldung "Listenindex überschreitet Maximum" Mein Code:
Delphi-Quellcode:
Habt ihr ne Idee?
if not Assigned(FLoadedForm) then
begin lMyFormClass := GetProcAddress(FLibHandle, 'MyFormClass'); if @lMyFormClass <> nil then begin FLoadedForm := lMyFormClass.Create(nil); For i:=0 to FLoadedForm.ControlCount -1 do FLoadedForm.Controls[i].Parent := ScrollBox1; end; end; end; Gruß Bernd |
Re: Control aus dll Problem???
Danke hab den Fehler gefunden. Mit downto gehts.
Gruß Bernd |
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:10 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz