ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
Events associated with OLE controls
List of events associated with OLE controls...
Associating a control with a tab pane
Methods to associate a control with a tab pane......
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Constants used by the scanner functions
Constants used by the scanner functions...
<WDPic variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable.
<picLayer variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a picLayer variable.
You used WINDEV Mobile 28
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Properties of a help page
The characteristics of a help page are used to define......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....