ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
fShortName (Function)
Returns the short name of a file or directory.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
fLongName (Function)
Returns the long name of a file or directory.
The different types of integers
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
FinFutureVal (Function)
Returns the future value of an investment.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
DDESend (Function)
Sends a data to the program connected via DDE.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
Bitwise operators
The operations on binary values are performed......
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Sum (Function)
Calculates the sum of the array elements.