ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Comparison operators
The comparison operators can be divided into several categories......
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
EmailReadLastHeader (Function)
Reads the header of the last Email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
fMoveDir (Function)
Moves a directory and its content.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
MatMultiply (Function)
Multiplies two matrices.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.