ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LDAPNbValue (Function)
Returns the number of values for an attribute.
The structure of the file for remote control
The management of remote control uses a file in INI format......
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
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).
zipDeleteAll (Function)
Deletes all files from an archive.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
iParameterPDF (Function)
Defines the options for the generated PDF file.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....