[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a default application name
Source position: osutilsh.inc line 46
function ApplicationName: string; |
ApplicationName returns the name of the current application. Standard this is equal to the filename part minus extension of ParamStr(0), but it can be customized by setting the OnGetApplicationName callback.
Note that the returned value is only the name portion. It does not contain any path or file extension.
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. |