ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
SOAPRun (Function)
Runs a procedure on a SOAP server.
LDAP constants
List of constants used by the LDAP functions....
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
Constants for managing emails
List of constants used by the functions for managing emails....
New (Reserved word)
New is used to allocate memory space...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
HModifyStructure (Example)
Usage example of the HModifyStructure function
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
XMLDocument (Example)
Usage example of the XMLDocument function
AJAXExecute (Example)
Usage example of the AJAXExecute function
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
XMLDocument (Function)
Creates a new XML document.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
REP files
REP files contain the list of data files handled by the application....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
Error 1049: The access directives are not allowed in a composite variable
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
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......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.