ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
Events associated with Scrollbar controls
List of WLanguage events associated with Scrollbar controls...
HModifyStructure (Example)
Usage example of the HModifyStructure function
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
Configuring an application with User Groupware
ArrayDistinct (Function)
Returns an array without duplicates.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
List of reserved words
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
AJAXExecute (Example)
Usage example of the AJAXExecute function