ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
ERR_BAD_VERSION_RQS
StartDatePeriodDisplayed (Property)
The StartDatePeriodDisplayed property is used to get the start date of the time period displayed in a Scheduler or Organizer control of a report.
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property is used to get the end date of the time period displayed in a Scheduler or Organizer control of a report.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
nWDSetCallbackNext
Set the "callback" called when using the WDKEY and RETURNWDKEY keywords for the next window to open (in C, Pascal and Visual Basic only)......
Including the code
You want to include your code lines in a condition, in a structure, ......
ERR_DISCONNECTED_EXEC