ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window...
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window...
The Tab control
The Tab control is used to simultaneously display different controls...
Tab control properties
A Tab Control can be manipulated in a window or page using the following WLanguage properties...
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Tab pane properties
A tab pane can be manipulated in a window or page using the following WLanguage properties...
Events associated with Tab controls
List of events associated with Tab controls
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming...
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
Compilation options
The compilation options allow you to define the help system generation settings......
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
2. Analysis in practice
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Info (Function)
Displays a custom message in a system information window.
DnDCursor (Example)
Usage example of the DnDCursor function
dCopyImage (Example)
Usage example of the dCopyImage function
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
DnDEvent (Example)
Usage example of the DnDEvent function