ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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 an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
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...
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
fListResource (Function)
Lists the resources integrated to the application.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled...
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS...
Speech synthesis in the mobile applications
The phones can talk!...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
HiWord (Function)
Returns the two high bytes of an integer.
HRplManageFile (Function)
Defines the options used for the universal replication of a file: the replication direction....
SFModify (Function)
Modifies the records of a file defined in Salesforce.
MatExist (Function)
Checks the whether the matrix exists in memory.
LeftIndent (Property)
The LeftIndent property gets and sets the space to the left of the text in a control.
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one...
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead...
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
WinStatus (Function)
Identifies or modifies the window status.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page...
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find...
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
HDelete (Function)
Deletes a record from a table (query or view).
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.