ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WidgetRunApp (Function)
Starts the application to which a widget belongs.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
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.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
ArrayDistinct (Function)
Returns an array without duplicates.
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.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Domo constants
List of constants used by the DomoXXX functions....
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
fDirRename (Function)
Renames a directory.
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.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
The Static control
A Static control is a control used to display a static text......