ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
SysDir (Function)
Returns the path of a system directory.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
fListFile (Example)
Usage example of the fListFile function
Truncate (Function)
Truncates the right part of a string or buffer.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
btleDescriptor (Type of variable)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
HReadLast (Example)
Usage example of the HReadLast function