ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
The HTML Display control
The HTML Display control displays a web page in an application......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Remote WEBDEV administrator: Managing statistics
The remote WEBDEV administrator proposes a module for consulting the statistics regarding the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application Server....
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
16. Types of code
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Recycle code windows
By default, a single code window is opened per ......
End of break block
The End of break block is optional......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
How to develop a PHP site?
What is a PHP site?......
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.