ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
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....
Native MySQL Connector - License Agreement
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......
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
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....
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......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).