ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Constants for managing arrays
List of constants used by the functions for array management....
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Action Bar control events