ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
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...
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.)...
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...
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3...
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed...
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced...
HClient structure
The HClient structure is used to......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
iParameterPDF (Function)
Defines the options for the generated PDF file.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
FBGetUserInformation (Function)
Retrieves the Facebook information of connected user.
MIMEType (Property)
The MIMEType property is used to get and change the MIME type of an element.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based...
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write...
ThreadWait (Function)
Waits for the end of the execution of the specified thread.