whats new ¦  programming tips ¦  indy articles ¦  intraweb articles ¦  informations ¦  links ¦  interviews
 misc ¦  tutorials ¦  Add&Win Game

Tips (1541)

Database (90)
Files (137)
Forms (107)
Graphic (114)
IDE (21)
Indy (5)
Internet / LAN (130)
IntraWeb (0)
Math (76)
Misc (126)
Multimedia (45)
Objects/
ActiveX (51)

OpenTools API (3)
Printing (35)
Strings (83)
System (266)
VCL (242)

Top15

Tips sort by
component


Search Tip

Add new Tip

Add&Win Game

Advertising

48 Visitors Online


 
...start Delphi with some Secret command line Switches?
Autor: Thomas Stutz
[ Print tip ]  

Tip Rating (13):  
     


-ns : ("no splash") flag skips the splash screen
: Startet Delphi ohne Splash Screen (ab Delphi 2)

(Delphi 2 and later)

Delphi32.EXE -ns


-np : ("no project") flag tells Delphi not to open an
empty project on startup
: Startet Delphi, ohne ein leeres Projekt zu öffnen.

(Delphi 5 and later)

Delphi32.EXE -np


-hm : ("Heap Monitor")
Displays information in the IDE title bar regarding
the amount of memory allocated using the memory
manager. Displays the number of blocks and bytes
allocated. Information gets updated
when the IDE is idle.
: Zeigt in der Titelleiste der IDE Informationen über
den allozierten Speicher an.
Zeigt die Anzahl allozierten Blocks/Bytes an.

(Delphi 3 and later)

Delphi32.EXE -hm

-attach: Attach to running process.
This command-line is used to make Delphi a JIT
debugger on Windows 95/98/NT.
Delphi 4 and later.

Note:
These command-line switches are
case-insensitive and can be prefixed with
either - or /.

Bemerkung:

Die Parameter sind Case-Insensitive und können ein
- oder / vorangestellt haben.





 

Rate this tip:

poor
very good


Copyright © by SwissDelphiCenter.ch
All trademarks are the sole property of their respective owners