ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
HCreateMovableReplica (Function)
Creates a movable replication.
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
fSize (Example)
Usage example of the fSize function
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
fRename (Example)
Usage example of the fRename function
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.