ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
WDSQL, SQL querier: Overview
WDSQL is used to......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
MatCopy (Function)
Creates the copy of a matrix.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
3. UML models in practice
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.