ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
HTMLRemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Replication: The different types
The data replication is a powerful feature......
Configuring the browser "Back" button
The "Back" button allows users to see the history of pages they previously visited......
<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
4. Simple printing
WINDEV Tutorial: Managing data in a WINDEV application Lesson 4 - Simple printing - 20 min
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).