ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Window with arrow (iPad)
The principle of windows with arrow is straightforward...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Specific features of iPhone/iPad applications
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
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.)...
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...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
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!...
fListResource (Function)
Lists the resources integrated to the application.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.).
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
XMLPath (Function)
Returns the current position in the document in XPATH format.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored...
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed...
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic...
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table...
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character...
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
ToClipboard (Function)
Writes text or image information into the system clipboard.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name...
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated...
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL...
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
ExeGetPID (Function)
Returns information about the current process.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
SFExecuteQuery (Function)
Runs an SOQL query (Salesforce Object Query Language) on a Salesforce database.
HTTPAddFile (Function)
Adds a file to the HTTP form.
SFRead (Function)
Retrieves the Salesforce records from their identifiers.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...