ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of iPhone/iPad applications
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
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...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
fListResource (Function)
Lists the resources integrated to the application.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only...
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
Speech synthesis in the mobile applications
The phones can talk!...
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...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
httpRequest
The HTTPRequest keyword can correspond to...
Query
The keyword "Query" is used to describe:
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage...
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed...
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows...
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV...
Constants used for managing the multi-touch
Constants for managing the multi-touch...
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
Sum (Function)
Calculates the sum of the array elements.
LOOP statement
The statement block is repeated endlessly...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs...
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense...
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.