ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code snippets
The code editor allows you to enter "Code snippets"......
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Error 1009: The member of the class is private
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
List,Add (External language)
Adds an element to a Combo Box or List Box control.
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.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.RemoveChild (Function)
Removes a given node in the current node of an HTML document.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.