ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
<Image variable>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image variable.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<WDPic variable>.DrawPolygon (Function)
Draws a polygon in a WDPic variable.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
HTTPRequest (Function)
Starts an HTTP request on a server.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
9. Types of standard controls
Types of standard controls...
Clipboard management functions
List of functions for managing the clipboard...
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
System constants
List of constants used by the system functions....
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
Events associated with control templates
List of events associated with control templates...
dArc (Example)
Usage example of the dArc function