ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MCIWindowSize (Function)
Changes the size and position of the display window of a media file previously opened (MCIOpen).
<Upload>.Size (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<Upload>.CurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<Source>.ListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
UploadCurrentFileSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
<Variable Drive>MoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
5. Site test in practice
Extracting the text of the project
The following text can be extracted......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Managing the runtime errors
Some errors may occur in your application......
WEBDEV license agreement
WEBDEV license agreement...
13. Types of standard controls
ERR_NO_END_TAG
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Error 31: The file to include is not found. Check the name and path ...
Saving entered data (AAF)