ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
WEBDEV 2024 Tutorial - Table of contents
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Extracting messages added or modified since last extraction
A project was already created and translated......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
The Flexbox control
Flexbox is a standard layout system for web pages......
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
3. Managing sockets
WINDEV includes advanced socket management functions....
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.