AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de ventanas
  • Window currently run
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
Identifies the window containing the WLanguage code currently run.
Example
// Name of the window whose code is currently run
ResWinCurrentlyRun = WinInput()
Syntax
<Result> = WinInput()
<Result>: Character string
  • Name (or alias) of the window if the code currently run is:
    • a window code,
    • a control code,
    • a procedure local to the window.
  • Empty string ("") if the code currently run is:
    • a code associated with the project,
    • a global procedure,
    • an initialization code or an ending code of a class,
    • an object method.
Remarks

Window currently run

  • WinInput returns an invariant value regardless of how the code containing this function is called.
  • WinInput does not depend on the opening mode of the window or on the type of the window (modal, non-modal, MDI parent or MDI child).
Component: wd290obj.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