ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)......
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Constant
The constants are language elements whose value is fixed once and for all...
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Record (Type of variable)
The Record type is used to save the values of a record.
User Groupware files
Two categories of data files are managed......
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
Error 1049: The access directives are not allowed in a composite variable
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
11. Controls in practice
Discover the main characteristics of the controls...
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
Label report
The report editor allows you to create "Label" reports......
<Array>.Sort (Function)
Sorts a WLanguage array.
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.