ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
Specific features of iPhone/iPad applications
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
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...
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
fListResource (Function)
Lists the resources integrated to the application.
tapiDialerCall (Function)
Opens the default Phone application and dials the specified number.
Speech synthesis in the mobile applications
The phones can talk!...
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
The pages
Pages are the main interface of a WEBDEV website...
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Summary table: Managing application directories by platform
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
2. First tests
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr...
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
ThreadExecute (Function)
Starts the execution of a secondary thread.
zipExtractPath (Function)
Returns the path of a file found in the archive.
Info (Function)
Displays a custom message in a system information window.
<Organizer>.SelectMinus (Function)
Deselects an appointment from an Organizer control.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
SerialNumber (Property)
The SerialNumber property is used to manage serial numbers.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Name (Property)
The Name property is used to get the name of an element.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
gImage (Function)
Builds a sequence of characters containing an image.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
ErrorBuild (Function)
Displays a custom error message in a system error window.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
<Organizer>.SelectPlus (Function)
Selects an appointment in an Organizer control.
MapDisplayPosition (Example)
Usage example of the MapDisplayPosition function
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...