ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the menus for the windows of the WINDEV RAD pattern
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
zipDeleteAll (Function)
Deletes all files from an archive.
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Feedback component
The Feedback component is a component provided with WINDEV......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
TreeView Table control functions
List of functions for managing TreeView Table controls...
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
ResourceHeight (Property)
The ResourceHeight property is used to get and change the height of resources in a Scheduler control where resources are arranged in rows.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.