ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
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.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
ThreadExecute (Function)
Starts the execution of a secondary thread.
MemFound (Function)
Checks whether the sought element was found.
MemSort (Function)
Sorts the elements found in a memory zone.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
IF statement
The conditional IF statement allows you to run an action according to a condition...
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......