Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi PopUps in Delphi? (https://www.delphipraxis.net/14562-popups-delphi.html)

n0k 11. Jan 2004 15:59


PopUps in Delphi?
 
Hi, n0k der n00b hat wieder ne n00bige Frage:
Wie kann man seiner Anwendung mitteilen das sie ein neues Fenster öffnen soll?
Zum Beispiel für Optionen oder so.

Danke schonmal

Die Muhkuh 11. Jan 2004 16:08

Re: PopUps in Delphi?
 
SO:

Delphi-Quellcode:
implementation

uses Unit2 {beinhaltet Form2}


procedure {Was weiß ich?}
begin
  Form2.Show;
end

n0k 11. Jan 2004 16:28

Re: PopUps in Delphi?
 
Kewl, danke.

Die Muhkuh 11. Jan 2004 16:35

Re: PopUps in Delphi?
 
Spider... Hier werden sie geholfen!


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:14 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz