ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
8. 10 tips for better interfaces...
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
<TreeView>.DeleteChild (Function)
Deletes the children of an element from a TreeView control without deleting the element itself.
grScatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
<Chart>.Scatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
TreeDeleteChild (Function)
Deletes the children of an element from a TreeView control without deleting the element itself.
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...