ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
ChronoReset (Function)
Stops and resets a running stopwatch.
RGB (Function)
Defines a color from its Red, Green and Blue components.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
HCloseConnection (Example)
Usage example of the HCloseConenction function
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
MatWrite (Function)
Writes an element into a matrix.
HJSONToRecord (Function)
Imports JSON data into the current record.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.