ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
Constants for managing contact functions
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Environment of code editor
iBorder (Function)
Prints a border at specified coordinates.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Composite variable
A composite variable contains different types of elements (members)...
LOOP statement
The statement block is repeated endlessly...
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
RGB (Function)
Defines a color from its Red, Green and Blue components.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Creating a Java archive
When your Java application is developed, you can......
Automatic management of exceptions
The management of exceptions can be customized by process......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Date (Type of variable)
The Date type enables you to easily handle the dates...
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......