ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
gImageExists (Function)
Checks whether an image was loaded in memory.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
<Image>.DrawTextRTF (Function)
Draws RTF text in an Image control.
<Image variable>.DrawTextRTF (Function)
Draws an RTF text in an Image variable.
<Image variable>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image variable.
<Image>.DrawRoundedRectangle (Function)
Draws a rounded rectangle in an Image control.
<Image>.DrawCircle (Function)
Draws a circle or an ellipse in an Image control.
<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
MDIMother (Function)
Identifies the name of the MDI parent window.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
ExecuteFunction
Executes a WLanguage function identified by its name.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.