ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
Restore (Function)
Displays a WINDEV window to its initial size.
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
Maximize (Function)
Displays a WINDEV window in its maximum size.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
Max (Function)
Returns the greatest value passed as parameter.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
<Diagram editor>.StartModification (Function)
Indicates the start of a series of actions performed in a Diagram Editor control in a single event ("undo/redo")....
<Diagram editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo")....
HTMLToPDF (Function)
Converts an HTML string or buffer to a buffer containing a PDF document.
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayDistinct (Function)
Returns an array without duplicates.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).