ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:
Specific features of iPhone/iPad applications
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
Signature of iOS applications
Signing an application is mandatory from Xcode 8...
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...
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.).
Summary table: Application directory management by platform
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.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
The pages
Pages are the main interface of a WEBDEV website...
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns:...
NFCWriteTag (Function)
Starts writing data to an NFC tag.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated...
ControlToSource (Function)
Assigns the control value to the source of a control link.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest...
SSH constants
The following constants are used to manage an SSH server:...
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera"...
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process...
HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify...
LooperInsert (Function)
Inserts a row into a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
DateDifference (Function)
Calculates the number of days between two dates.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.