ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Internal component description
The description of an internal component can opened at any time......
The use of the Automation type in a site is reserved for the advanced users
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
How to save and retrieve an image in a binary memo
Recompiling the project
The project compilation is a process used to......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
End of Document block
The End of document block is run once at the end of the report execution......
TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
<TimeLine>.ListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
Cardinalities
The cardinalities are used to count the links between the files......
Installing and starting WDTRAD
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
<Chart>.AxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
tapiDeviceList (Function)
Lists the TAPI 2.0 and TAPI 3.1 compatible devices installed on the current computer.
Chart: Managing legends
Several types of legends are supported in the charts......
NextTitle (Function)
Modifies the title of next window to open.
The Organizer control
The Organizer control is used to display and handle organizers......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
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....
The Conference control
The Conference control allows you to view and/or listen to video and/or sound in real time......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......