ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
gpwUser (Variable type)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
16. Java applications in practice
Java applications in practice...
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
DotNetDelegate (Function)
Initializes a.NET delegate.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
iFont (Function)
Selects the default font.
The TreeMap control
The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
xmlAttribute (Variable type)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
The Context Menu control (WEBDEV)
Context menus are often used in websites......