ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:
Window with arrow (iPad)
The principle of windows with arrow is straightforward...
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.)...
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX...
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
MarginWidth (Property)
The MarginWidth property is used to: Find out the horizontal margin between the widgets found...
MarginHeight (Property)
The MarginHeight property is used to: Find out the vertical margin between the widgets found...
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly...
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report...
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter...
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report...
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys)...
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Thread management functions
List of functions for managing threads...
fRemoveDir (Function)
Deletes a directory from a disk.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number...
MatWrite (Function)
Writes an element into a matrix.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).