ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
SQLConnect (Example)
Usage example of the SQLConnect function
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
XMLChild (Function)
Positions on the first child element of current element.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
EventChange (Function)
Modifies the status of an event.
fRename (Function)
Modifies the name of a file.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
SQLExec (Function)
Names and runs an SQL query.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.