ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Provider (Property)
The Provider property is used to manage the type of a connection (HFSQL Client/Server, OLE DB, etc.)....
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....
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
EmailMsgError (Example)
Usage example of the EmailMsgError function
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Page with parameters
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
Looper control functions
List of functions for managing Looper controls...
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
RESTSend (Function)
Sends a REST request and waits for the server response.
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
Constants for managing character strings
List of constants used by string management functions...
CursorCapture (Example)
Usage example of the CursorCapture function
SysYRes (Function)
Returns the vertical screen resolution.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HCreateView (Example)
Usage example of the HCreateView function
Character strings
WLanguage supports different types of strings....