ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
SocketRead (Function)
Retrieves a message sent by another socket.
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
BackgroundTaskAdd (Function)
Adds a new background task.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
13. External component in practice
External component in practice...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
OpenChild (Example)
Usage example of the OpenChild function
ThreadSuspend (Function)
Temporarily suspends the execution of the specified thread. Function not recommended.
SysIconAdd (Example)
Usage example of the SysIconAdd function
CreateShortcut (Example)
Usage example of the CreateShortcut function
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
NotificationDisplay (Function)
Displays a message outside the browser.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
fDelete (Function)
Deletes a file accessible from the current computer.
ThreadState (Function)
Returns the current status of a thread.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Recycle code windows
By default, a single code window is opened per ......