ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
Creating the Relation windows of a WINDEV RAD pattern
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Creating the windows and the pages of the RAD pattern
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Declaring and using a variable
A variable is defined by name and type......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Creating the Table windows of the WINDEV RAD pattern
Compatibility between external components and deployed applications
A component can evolve in many ways......
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
Creating the menus for the windows of the WINDEV RAD pattern
Rating control properties
The Rating control can be used in a window as well as in a page....
The Image control
The Image control is used to......