ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
HTTP constants
List of constants used by the HTTP functions....
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
ThreadPersistent (Function)
Makes a thread persistent.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
SaaSAdminModifySubscription (Function)
Modifies a SaaS subscription.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
zipCreate (Example)
Usage example of the zipCreate function
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.