Delphi World - это проект, являющийся сборником статей и малодокументированных возможностей  по программированию в среде Delphi. Здесь вы найдёте работы по следующим категориям: delphi, delfi, borland, bds, дельфи, делфи, дэльфи, дэлфи, programming, example, программирование, исходные коды, code, исходники, source, sources, сорцы, сорсы, soft, programs, программы, and, how, delphiworld, базы данных, графика, игры, интернет, сети, компоненты, классы, мультимедиа, ос, железо, программа, интерфейс, рабочий стол, синтаксис, технологии, файловая система...
Запуск Delphi с секретными параметрами

Оформил: DeeCo
Автор: http://www.swissdelphicenter.ch

-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.
Проект Delphi World © Выпуск 2002 - 2024
Автор проекта: USU Software
Вы можете выкупить этот проект.