ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Dynamic site on specific configurations
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
dRectangle (Example)
Usage example of the dRectangle function
Programming the table cells
The Table controls can be handled......
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
dCircle (Example)
Usage example of the dCircle function
7. Available controls in a window
WINDEV Mobile includes several types of controls...
eChangeCurrency (Function)
Converts a currency into another currency.
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
11. Controls in practice
Discover the main characteristics of the controls...
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
DnDGetData (Example)
Usage example of the DnDGetData function
2. Static or dynamic site
Constants used for managing the multi-touch
Constants for managing the multi-touch...
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....