ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Aliases on data files: HAlias
The aliases are used to handle......
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?......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
Principle for running threads
At runtime, an application runs in a main thread......
WINDEV License Agreement
WINDEV License Agreement...
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Events associated with ListView controls
List of events associated with ListView controls...
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Report based on a query
Queries are used to easily select records in one or more data files......