In Delphi, we can implement some functions very quickly using command line parameters. Through the introduction below, you will have a clear understanding of how to build Delphi's IDE environment from commands and understand its detailed parameters. The executor of Delphi is named Delphi32.exe, and you may use all parameters below. Delphi's life-to-day parameters are not sensitive to size.
##1S Profile Introduction
Calling the IDE command line help
HM Displays memory usage on the toolbar
HV memory verification, display memory error message on the toolbar
NS does not display Splash window
NP opens an empty IDE environment without loading any projects
##1 Introduction to Yanyuan
dexename loads the executable file name for debugging. Any parameters after dexename will be used as parameters of the executor and will be ignored by the IDE
attach %1 %2 Application debugging association, which can be used in normal debugging, but more in real-time debugging
sddirectories specifies the original code used for debugging, and the parameters that must be selected. You can also set hhostname through (Project|Options|Directories/Conditionals attributes) to specify the host used for debugging. If you are debugging a remote application, it is a must Select parameters
##1 〓 Parameter introduction
filename Specifies the file loaded into the IDE, which can be a project file, a project group file, or a single file
B is created automatically, you must use it together based on the filename
M is similar to B
ooutputfile specifies the wrong output file, you must use it based on the application of B and M