|
|
|
|
SysWinTitle (Function) In french: SysFenTitre Returns the title of the window. // Find out the title of the "334875" window ResWinTitle = SysWinTitle(334875)
Syntax
<Result> = SysWinTitle([<Window handle>])
<Result>: Character string Title of the window. <Window handle>: Optional integer Handle of the window to be used. If this parameter is not specified, the title of the current window is returned. Remarks Window handle The window handle is returned:
Related Examples:
|
Unit examples (WINDEV): The Exe functions
[ + ] Using the functions for managing the memory processes of WINDEV (list of processes, consumed memory, list of DLLs used, location). It can also be used to enable an application and to find out the list of opened windows as well as their handle.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|