ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
3-tier architecture
The development in "3-tier" architecture is now simplified......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Comment (Property)
The Comment property is used to manage comments.
HChangeName (Function)
Modifies the physical name of a data file.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function