AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del sistema
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SysNameExe (Function)
In french: SysNomExe
Returns the name and full path of an application.
Remark: To retrieve the name of the current executable, use ExeInfo.
Example
// Retrieve the name and the full path of the current application
ExeNameRes = SysNameExe(SysInstance())
Syntax
<Result> = SysNameExe(<Executable Instance>)
<Result>: Character string
Name and full path of the specified application.
<Executable Instance>: Integer
Instance of the executable of the application to use. The instance of an application is returned by SysInstance.
Component: wd290std.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local