Application-level Information
Go Up to API Categories Index
This topic lists the most important members used to access application-level information.
Member | Description |
---|---|
Represents application-level information. | |
Points to the command-line arguments specified when the application is invoked. | |
Returns the number of parameters passed on the command line. | |
Returns a specified parameter from the command line. | |
Specifies the flags for displaying the application's main window. | |
Designates the version number of the Delphi compiler. | |
DebugHook is set if an application is running under the IDE debugger. | |
Contains the application's exit code. | |
Specifies the last procedure to execute before the application shuts down. | |
Returns the file version. | |
Returns the fully qualified file name for a module, given its handle. | |
Returns the fully qualified name for a module, given its handle. | |
Specifies the class for the window used to display help hints. | |
InitProc is the last installed initialization procedure. | |
Indicates whether the module was compiled as a console application. | |
Indicates whether the module is a shared library. | |
Indicates whether the application spawned additional threads using BeginThread or TThread objects. | |
Controls when the just-in-time debugger is called. | |
Lists the locales for which support is available. | |
Indicates the instance handle for the main executable. | |
Indicates the instance handle for the current module's main thread of execution. | |
Controls whether the application displays an error message when a run-time error occurs. | |
Provides centralized handling of Windows messages directed at pop-up menus. | |
Designates the version number of the Delphi runtime library. | |
Represents a screen device. | |
Specifies the Windows Operating System platform identifier. | |
Gets the identifier of the current Windows ANSI code page. | |
Represents the number of CPU cores detected. |