ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
HNoModif (Function)
Forbids all the modifications on a table (for all the programs, including the one that requested the no-modification policy).
<modbusSession>.WriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database.
<ANSI string>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<ANSI string>.EndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes, additions, etc., to two versions of the same project....
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
Code snippets
The code editor allows you to enter "Code snippets"......
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.