ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
How to loop through a file using filters?
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Position (Function)
Finds the position of a specified string within another string.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ArraySort (Function)
Sorts a WLanguage array.
Local procedure
Two types of procedures are available......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Events associated with TreeView controls
List of events associated with TreeView controls...
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
ProjectInfo (Function)
Returns specific information about the project currently run.
EventChange (Function)
Modifies the status of an event.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......