ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
How to perform a full file browse?
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
How to loop through a file using filters?
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
Events associated with List Box controls
List of events associated with List Box controls...
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Events associated with Chart controls
List of events associated with the Chart controls...
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
11. Controls in practice
Discover the main characteristics of the controls...
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
Status bar of windows
The status bar of a window is used to display several types of information......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....