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.)...
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Dequeue (Function)
Removes an element from the queue.
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple...
Pop (Function)
Pops an element from a stack.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can...
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
GetDefinition (Function)
Retrieves the definition of element type.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task...
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found...
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones...
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native...
CameraCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records...
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change...
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item...
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing...
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....