ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
2. Analysis in practice
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
Internal component
An internal component is a set of elements from a project......
MDIOpen (Function)
Opens and enables an MDI child window.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
SysColor (Function)
Identifies or modifies the color of a Windows element.
Constants for manging the replication
List of constants used by the functions for managing the replication....
HandleParentNext (Function)
Forces the parent of the next window to open.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
2. How to test a site?
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....