ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Size (Property)
The Size property is used to determine and change the size of an element.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Border (Type of variable)
The Border type is used to handle a border through programming...
Creating and handling an item
The main operations that can be performed on an item are as follows......
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
ArraySort (Function)
Sorts a WLanguage array.
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....