ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FlexAlignContent (Property)
The FlexAlignContent property gets and sets the alignment of the lines within the Flexbox control along the cross axis (corresponding CSS property: "align-content").
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
Compression (Property)
The Compression property gets and sets the data compression mode.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
xmlNode (Variable type)
The xmlNode type is used to handle a node of an XML document.
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
<ftpConnection variable>.RemoveDir (Function)
Deletes a directory and its content (files and subdirectories) from an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Pinned (Property)
The Pinned property is used to: Pinned or not a field: the pinned field will be positioned in relation to the visible area of its container instead of the content area.. Determine if a control is pinned....
TransparencyMode (Property)
The TransparencyMode property gets and sets the transparency mode of an image.
VaultUseContentsForTestMode (Function)
Forces the use of vault contents specifically included for testing purposes. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
7. AJAX technology
Draws a rectangle in an Image variable....
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.