ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Size (Property)
The Size property is used to determine and change the size of an element.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
gpwAuthLogin (Function)
Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
fCreate (Example)
Usage example of the fCreate function
PDFToText (Function)
Extract the text contained in an Document PDF.
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.