ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
<HTML Display control>.ExecuteBrowserProcedure (Function)
Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
HTML document management functions
List of functions that manipulate HTML documents....
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
WiFiListNetworkCard (Function)
Returns the list of Wi-Fi network cards currently available on the current computer.
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
HTML Editor control functions
List of functions for managing HTML Editor controls...
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
IgnoreError (Property)
The IgnoreError property gets and sets the different certificate errors ignored by the HTML Display and WEBDEV Page controls.
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.