ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
<Menu>.Delete (Function)
Deletes a menu or a menu option.
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<TreeView Table>.InsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
<TimeLine>.DeleteEvent (Function)
Deletes an event from a TimeLine control.
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
Events associated with Flash controls
List of events associated with Flash controls...
KanbanDeleteCard (Function)
Deletes a card from a Kanban control or from a Kanban List control.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
iGroupConfigure (Function)
Modifies the parameters of a report found in a group of reports.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
BrowserPlatform (Function)
Returns the user's browser platform....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
MinimumLength (Property)
The Property MinimumLength allows you to know and modify the minimum length of an element.
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
EditDeleteToken (Function)
Deletes a token from a "Text token" Edit control.
BrowserType (Function)
Returns the type of browser used by the Web user.