ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Multiline strings
To type character strings over several lines in the code editor...
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
2. User-friendly editors in practice
User-friendly editors in practice...
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Constants for managing animations
List of constants used by the functions for managing the animations...
Constants for managing projects
List of constants used by the functions for managing projects....
HTML document management functions
List of functions that manipulate HTML documents....
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).