ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
OrgInfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
<Organization Chart>.InfoXY (Function)
Returns the index of the element found at a given position in an Organization Chart control.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
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.
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
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, ...).
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....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
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.
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
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.
6. Editing a page: zoning mode
HiWord (Function)
Returns the two high bytes of an integer.
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.InfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
6. Multiple generation
...Multiple generation...
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
<Image>.Copy (Function)
Copies an image to another image.
11. User Macro-Code: UMC in practice