ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Share your projects via Git
Git is a source code manager......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
The Sidebar control
The Sidebar control gives access to different options......
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
HIndex (Function)
Rebuilds the file index (".NDX" file).
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Data model editor: types of links
Several types of links can be found between the files......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
Binding a Radio Button control to an item
A Radio Button control can be bound to an item in a data file, query, etc....
AppointmentPrevious (Function)
Reads the appointment found before the current appointment in the calendar of a Lotus Notes or Outlook messaging.
AppointmentNext (Function)
Reads the appointment found after the current appointment in the calendar of a Lotus Notes or Outlook messaging.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
1. Testing a site: Elements to be tested
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
Handling TimeLine controls programmatically
A TimeLine control can be......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......