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.)...
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB,...
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary:...
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Multiline strings
To type character strings over several lines in the code editor...
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime...
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string...
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example)....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options...
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL...
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......