ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
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......
The key items
Keys are specific items in your analysis......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Creating and handling an item
The main operations that can be performed on an item are as follows......
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
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.
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: Wrong overall WEBDEV configuration....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
"About" window
The "About" window is used to display and access various information about the current application......
Multilingual project
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.Backward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....