ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
nWDSetParentNext
Set the parent of the next window to open......
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Close (External language)
Closes the current window and restores the context that existed before the window opening.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Error 305: The element does not exist in the window
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
ERR_OUT_OF_MEMORY
Insufficient memory to perform the operation. ERR_OUT_OF_MEMORY (13)...
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.