ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Time (Type of variable)
The Time type is used to easily handle the times...
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
HState (Function)
Used to find out the state of a record.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
11. Choosing the action of a button/link
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).