ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDirSize (Function)
Returns the size of a directory in bytes.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Test of a query
The query editor allows you to run the test of query result......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
Contains (Function)
Allows you to check if a substring is within a string.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
MatDelete (Function)
Deletes an existing matrix.
The Line control
A Line control is used to display a line in a page......
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
The Cell control
The Cell control contains controls......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
2. Projects in practice