ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
<htmlNode variable>.Wrap (Function)
Wraps the specified node in a given node of an HTML document.
CodeEditorLoad (Function)
Loads a WLanguage code file in a Code Editor control.
CodeEditorExecute (Function)
Executes the WLanguage code displayed in the Code Editor control.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
WindowIfNew (Property)
The WindowIfNew property gets and sets the name of the internal window to be opened if the end user opens a new tab in a Dynamic Tab control.
FlexDirection (Property)
The FlexDirection property gets and sets the direction of the main axis of a Flexbox control (corresponding CSS property: "flex-direction").
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Glossary
The glossary lists all the abbreviations used in the code editor......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......