ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
CertificateSignString (Function)
Creates the signature of a character string.
Guided tour management constants
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Constants for managing the registry
List of constants used by the registry management functions....
FTP constants
List of constants used by the FTP functions....
Commands of the external interface
Automation object
The Automation keyword is used to declare an automation object...
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
CallDLL32 (Function)
Runs a function found in an external DLL.
dLine (Example)
Usage example of the dLine function
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
Comparison operators
The comparison operators can be divided into several categories......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Events associated with Bar Code controls
List of events associated with Bar Code controls...
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
iPrintImage (Example)
Usage example of the iPrintImage function