ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
6. Internal window
Internal windows...
dPolygon (Example)
Usage example of the dPolygon function
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Defining clickable areas
In a page, an Image control can contain clickable areas......
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Events associated with List Box controls
List of events associated with List Box controls...
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
MyPage (Reserved word)
MyPage is used to handle the current page...
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Organization Chart: Displaying a manufacturing process
An Organization Chart control can be used to display a diagram. It can be used, for example, to display the different steps of a process.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
WINDEV applications for Linux: Specific features