ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
EventCreate (Function)
Creates an event.
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
ControlClone (Function)
Creates a new control from an existing control.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Border of controls
One of the most important elements of control style is its border......
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
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......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HPass (Function)
Defines the password used to create or open a data file.
HCheckStructure (Function)
Defines the mode for comparing data files.