ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
DateDifference (Function)
Calculates the number of days between two dates.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
<TreeMap>.InfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TreeMapInfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
LDAPValue (Function)
Returns the value corresponding to the index passed as parameter for the specified attribute.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......