ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
XMLFind (Function)
Performs a search in an XML document.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Managing assertions
...The main available features are as follows:...
Multi-product external components
Components are a remarkably useful tool for development teams......
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
pdfPage (Type of variable)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
Accessing a database via a web service
The database can be accessed via a web service......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Creating the Vision pages of the WEBDEV RAD pattern
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.