![]() |
Form in DLL erstellen
Hi,
Ich hab schon im Forum geguckt aber nix richtiges gefunden.
Delphi-Quellcode:
Ja das funktioniert nur dummerweise halt nur ne normale Form. Wie mach ich das wenn ich sowas hab:
var
MyForm: TForm; MyForm := TForm.Create(nil);
Delphi-Quellcode:
Weil das gibt bei
TMyForm = class(TForm)
Edit1: TEdit; private public constructor Create(AOwner: TComponent); override; end;
Delphi-Quellcode:
spätestens ne AV.
inherited Create(AOwner);
Dann hab ich ne dfm gemacht und irgendwo
Delphi-Quellcode:
Aber das hilft nichts...
{$R PluginForm.dfm}
Gruß Neutral General |
Re: Form in DLL erstellen
Habs geschafft...
Man muss ne neue Form erstellen, Designen und dann die Unit in der DLL einbinden und dann kann man ganz locker drauf zugreifen. Gruß Neutral General |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:03 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