ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
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").
NetDisconnect (Function)
Disconnects from an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
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....
HFSQL constants
List of constants used by the HFSQL functions....
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
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).
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
Programming an indexed control
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......
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
FlexJustifyContent (Property)
The Property FlexJustifyContent allows you to know and modify the alignment of the fields inside the Flexbox field according to the main axis of the field ( Property corresponding CSS "justify-content").
Error 701: The property is read-only
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......