Hatte ja am Anfang kurz geschrieben, dass das meine erste Kompo ist. Ich wusste nicht das ich noch eine property im RegForm anlegen muss.
Muss ich dann auch noch eine Property in meiner Klasse anlegen die ApplicationName heißt?
Ist das so für das Formular richtig?
Delphi-Quellcode:
public
{ Public-Deklarationen }
property ApplicationName: string;
end;