ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
CallDLL32 (Function)
Runs a function found in an external DLL.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Native MySQL Connector - License Agreement
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
XMLChild (Function)
Positions on the first child element of current element.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
SysYRes (Function)
Returns the vertical screen resolution.
dRectangle (Example)
Usage example of the dRectangle function
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Google Calendar management functions
List of functions for managing Google calendars...
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......