ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
IF statement
The conditional IF statement allows you to run an action according to a condition...
Constants for managing animations
List of constants used by the functions for managing the animations...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Copying and cloning
Variables are copied using the "=" operator...
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Operations performed on object diagrams
The following paragraphs explain......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Creating a delete query
A delete query (corresponding SQL statement......
eChangeCurrency (Function)
Converts a currency into another currency.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
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....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Arithmetic operators
The arithmetic operators are......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....