ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
TimeValid (Function)
Checks the time validity.
DateToDay (Function)
Returns the day that corresponds to a given date.
MyParent (Reserved word)
MyParent is used to handle...
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
IF statement
The conditional IF statement allows you to run an action according to a condition...
New (Reserved word)
New is used to allocate memory space...
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
ControlCurrent (Function)
Returns the name of the control currently in edit.
CurrentYear (Function)
Returns the current year in integer format.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
InPHPMode (Function)
Indicates whether the code is run in PHP.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ThreadState (Function)
Returns the current status of a thread.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Max (Function)
Returns the greatest value passed as parameter.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.