ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fWrite (Function)
Writes: a character string into an external file. a memory section....
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Card (Property)
The Card property handles the different cards associated with a Kanban list. You can add, modify or delete cards from Kanban list, or navigate between them.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
HClusterStart (Function)
Starts an HFSQL cluster. This cluster was stopped beforehand (by HClusterStop for example).
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
11. Window templates
WINDEV Mobile allows you to create window templates....
Code history
The code history is used to......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
AppServerRunScheduledTask (Function)
Immediately starts the execution of a scheduled task on a WEBDEV Application Server.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.