ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
SQLExec (Function)
Names and runs an SQL query.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Automation object
The Automation keyword is used to declare an automation object...
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
BrowserType (Function)
Returns the type of browser used by the Web user.
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Drawing constants
List of constants used by the drawing functions....
Input (Function)
Displays a message allowing the user to type an information.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Text (Property)
The Text property is used to get and modify text.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min