ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Link control properties
The Link control is available in a page and in a report......
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
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.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
HViewToFile (Example)
Usage example of the HViewToFile function
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Dashboard constants
Constants used by the functions for managing Dashboard controls...
HExecuteProcedure (Function)
Runs a stored procedure.
J2EE constants
List of constants used by the J2EE functions....
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
Multi-touch management functions
The following functions are used to manage the multi-touch......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function