ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCP functions
The SCP functions are as follows ......
Zombie data files and items
During the life of an application, items live and die......
tapiStop (Function)
Stops reading a pre-recorded message (tapiPlay).
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
Programming an indexed control
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......