ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
FTPRemoveDir (Function)
Deletes a directory and its content (files and subdirectories) from an FTP server.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRenameFile (Function)
Renames or moves a file located on an FTP server (File Transfer Protocol).
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Android 10: Changing application behavior
Starting with Android 10, Google no longer allows an application running in the background to open a window
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa. In Android and iOS, displays an endless progress bar in a window....
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
fMemOpen (Function)
Opens a memory area shared between several applications.
Creating the Form windows of a WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.