ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Runtime error management functions
List of functions for managing runtime errors...
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
2. Projects in practice
Discover the main operations that can be performed on a project....
Facebook constants
The following constants are used by the functions for managing Facebook connections:...
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
MatExist (Function)
Checks the whether the matrix exists in memory.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Organizer control functions
The following functions are used to manage the Organizer control:...
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
HFSQL constants
List of constants used by the HFSQL functions....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.