ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page Header block
The Page header block is printed on each new page......
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.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
29. SEO in practice
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
ImageMode (Property)
The ImageMode property is used to get and change 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.
Dictionary
The dictionary is a file that can contain the project elements......
<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.
6. Editing a page: zoning mode
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
TimeUTC (Property)
The TimeUTC property is used to get and set a Coordinated Universal Time (UTC ).
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).