ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List of reserved words
XMLDocument (Function)
Creates a new XML document.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Composite variable
A composite variable contains different types of elements (members)...
ArraySort (Function)
Sorts a WLanguage array.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Start of Break block (Break header)
The Start of break block is optional......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Error 25: No THEN statement is associated with this IF
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
HModifyStructure (Example)
Usage example of the HModifyStructure function
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
End of break block
The End of break block is optional......
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
ContactAdd (Example)
Usage example of the ContactAdd function
Seek (Function)
Searches for the index of an element in a WLanguage array.
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
AJAXExecute (Example)
Usage example of the AJAXExecute function