ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
SocketConnect (Function)
Connects a client computer to a given socket.
Custom tooltips
Tooltips are very useful for application users......
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
fCompare (Function)
Compares the content of two files bit by bit.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Materialized view
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
XMLDocument (Function)
Creates a new XML document.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Data persistence
The data persistence is used to store the value typed by the user......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.