ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
Constants for managing character strings
List of constants used by string management functions...
Check model
You can use check models to easily create checks...
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
SysWinActive (Function)
Returns the handle of the active window or activates a window.
ExeListProcess (Function)
Returns the list of applications currently run.
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
grRotation (Function)
Used to: Turn a chart around one of its axes in order to better view the data. Find out the rotation angle of a chart on one of its axes....
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......