ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VSpace (Property)
The VSpace property gets and sets the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
SysNumberScreen (Function)
Returns the number of screens currently connected to the current computer.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
SCM: History search
History search allows you to perform an advanced search in the history of operations performed in the SCM......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
TreeView constants
List of constants used by the TreeXXX functions...
iSkipLine (Function)
Forces one or more line break.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Splitter control properties
List of properties associated with the Splitter control...
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
EnumControl (Example)
Usage example of the EnumControl function