ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated...
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Arithmetic operators
The arithmetic operators are......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Time (Type of variable)
The Time type is used to easily handle the times...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime,...
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element:...
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores,...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater...
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes...
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol...
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array...
Radio Button control properties
List of properties associated with a Radio Button control...
Handling Scheduler controls programmatically
A Scheduler control can be......