ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
NetworkUser (Function)
Identifies the name of the connected user.
TimeToString (Function)
Converts a time to a string in the specified format.
Border (Property)
The Border property gets and sets the characteristics of the borders: for a report control or block. for a window control. for a cell of the Table control....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
diffApply (Function)
Applies a difference buffer to a specific buffer.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
FinFutureVal (Function)
Returns the future value of an investment.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Parameters of a procedure/function
You have the ability to pass parameters to a procedure....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
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.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......