ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
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.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
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.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
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.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.