[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Return a default application name
Source position: osutilsh.inc line 40
function ApplicationName: String; |
ApplicationName returns the name of the current application. Standard this is equal to the result of ParamStr(0), but it can be customized by setting the OnGetApplicationName callback.
None.
|
Return the appropriate directory for the application's configuration files. |
|
|
Callback to get a customized application name. |
|
|
Return an appropriate name for an application configuration file. |
|
|
Default application configuration file extension. |
No notes exist for this page yet.