ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
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....
MySelf (Reserved word)
MySelf is used to handle the current control...
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Content (Property)
The Content property is used to get and change the content of an element.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
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....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
User (Property)
The User property is used to identify and change the user of a feature.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ......