ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
Message text file format
The text files created by WDMSG use a specific format......
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Copying controls from the page editor
The controls can be copied from the page editor......
Copying controls from the window editor
The controls can be copied from the window editor......
Copying controls from the report editor
The controls can be copied from the report editor......
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
Common project
Projects are often cross-platform......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
The test mode cannot operate without the project and its pages, ...
Declaring and using a variable
A variable is defined by name and type......
Edit options of a report
The report editor allows you to......
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......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Body Complement block
The Body complement block is linked to the Body block......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......