ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
HExtractMemo (Example)
Usage example of the HExtractMemo function
Border (Property)
The Border property is used to get and change the borders of an element.
CurrentWin (Function)
Identifies the window currently in edit.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
3. Managing sockets
WINDEV includes advanced socket management functions....
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
EndTotalRange (Property)
The EndTotalRange property is used to: get the last date or time that can be displayed in a Scheduler or TimeLine control. change the last time that can be displayed in a TimeLine control....
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
HLinkMemo (Example)
Usage example of the HLinkMemo function
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
HSetPosition (Example)
Usage example of the HSetPosition function
Address
The Address keyword can correspond to...
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
EmailReadNext (Example)
Usage example of the EmailReadNext function