ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of the Express version
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
The DotNet structure
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
11. Choosing the action of a button/link
Complete (Function)
Returns a character string of a specified length.
Xaml functions (prefix syntax)
List of Xaml functions (prefix syntax)...
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
Xaml functions
List of Xaml functions...
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Position (Function)
Finds the position of a specified string within another string.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....