ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
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).
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
DDESend (Function)
Sends a data to the program connected via DDE.
Event (Example)
Usage example of the Event function
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
HCancelBackup (Function)
Cancels a current backup.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....