ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Organization Chart>.InfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
OrgInfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
ImageMode (Property)
The ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
8. "Mobile friendly" site: Dynamic serving
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Partial indexing of memos
You now have the ability to index the content of a text memo item......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
GeometryUnion (Function)
Returns a geometry corresponding to the union of two geometries.
Explicit conversion operator for simple types
When the '=' operator is used between variables of simple types (int, real, string, etc......
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language......
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.