ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HPrevious (Function)
Positions on the previous file record according to a browse item.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
HTTPRequest (Function)
Starts an HTTP request on a server.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
HOut (Example)
Usage example of the HOut function
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
HChangeKey (Example)
Usage example of the HChangeKey function
HModify (Example)
Usage example of the HModify function
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
NetworkUser (Function)
Identifies the name of the connected user.
SAP variable
The SAP variable is used to configure the parameters of the connection to the SAP server......
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Looper constants
List of constants used by the functions for managing looper controls....
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).