ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
fCompress (Example)
Usage example of the fCompress function
fListFile (Example)
Usage example of the fListFile function
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
Value (Property)
The Value property is used to get and change the value of an element.
Height (Property)
The Height property gets and sets the height of an element.
ArraySort (Example)
Usage example of the ArraySort function
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
SOAPRun (Example)
Usage example of the SOAPRun function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
dFont (Example)
Usage example of the dFont function
Port (Property)
The Port property is used to identify and change a server connection port.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
HReadSeek (Example)
Usage example of the HReadSeek function
XMLDocument (Example)
Usage example of the XMLDocument function