ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Content (Property)
The Content property is used to get and change the content of an element.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
User (Property)
The User property is used to identify and change the user of a feature.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
1. WEBDEV editors
fSelect (Function)
Opens the Windows file picker.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Caption (Property)
The Caption property is used to get and change the text of an element.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.