ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Creating the Table windows of the WINDEV RAD pattern
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
iParameter (Function)
Retrieves the printer configuration and configures the print.
17. TLS/SSL: Encrypting information on the Web
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
SaaS constants
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.