ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
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....
Defining a help window template
WINDEV allows you to create help window templates......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
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....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
J2EE constants
List of constants used by the J2EE functions....
Locking data files: correspondence between WINDEV 5.5 and the later versions
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
WDMSG license agreement
WDMSG license agreement...
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
WINDEV Framework License Agreement
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....