ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
CookieRead (Example)
Usage example of the CookieRead function
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
CookieWrite (Example)
Usage example of the CookieWrite function
GglUploadDocument (Function)
Uploads a document to the Google server.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
WDDIXIO overview
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
EmailSend (Example)
Usage example of the EmailSend function
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Error 1035: A class used in a structure must have a constructor without parameter...
Error 1036: A class used in an array must have a constructor without parameter
EmailMsgError (Example)
Usage example of the EmailMsgError function
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
EmailUpdate (Example)
Usage example of the EmailUpdate function
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......