ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
XMLSave (Function)
Saves an XML document in a file.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
EmailAddFolder (Function)
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
iBorder (Function)
Prints a border at specified coordinates.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
TableChildCount (Function)
Returns the number of direct children for an element in a TreeView Table control.
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
SysRecentDocList (Function)
Returns the list of recently opened documents.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
NetSendBuffer (Example)
Usage example of the NetSendBuffer function
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....