ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
ArrayCopy (Function)
Copies the content of an array to another array.
MatInvert (Function)
Calculates the inverse of a square matrix.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
ThreadEnd (Function)
Ends the execution of the current thread.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.