ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
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...
Using Objective-C code
You can use Objective-C code in iPhone/iPad applications generated with WINDEV Mobile.
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical...
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables...
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
grLegend (Function)
Indicates the presence and position of legend in a chart.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
HToItem (Function)
Assigns the specified value to an item of the current record.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found...
HAddUser (Function)
Adds a user to a database.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via...
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined...
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values...
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.