AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Sprachen und Entwicklungsumgebungen Sonstige Fragen zu Delphi Delphi Unit oder Formular bei Start festlegen
Thema durchsuchen
Ansicht
Themen-Optionen

Unit oder Formular bei Start festlegen

Ein Thema von DJAYS · begonnen am 28. Sep 2005 · letzter Beitrag vom 28. Sep 2005
 
Benutzerbild von Kedariodakon
Kedariodakon

Registriert seit: 10. Sep 2004
Ort: Mönchengladbach
833 Beiträge
 
Delphi 7 Enterprise
 
#4

Re: Unit oder Formular bei Start festlegen

  Alt 28. Sep 2005, 12:03
Noch nie gesehen?
Delphi-Quellcode:
program Project1;

uses
   Forms,
   Unit1 in 'Unit1.pas{Form1},
   Unit2 in 'Unit2.pas{Form2};

{$R *.res}

begin
   Application.Initialize;
   Application.CreateForm(TForm1, Form1);
   Application.CreateForm(TForm2, Form2);
   Application.Run;
end.
Application.CreateForm(); Alles das sind vorerstellte Forms.
Wobei die erste so erstellte Form das hauptformular ist...

Achso und ändern wirst du es nur im Menü können, denn bei kleinsten Änderungen erstellt Delphi den Code da neu...

Bye
Christian
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:24 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