ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
MemCreate (Function)
Creates a memory area.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
iMargin (Function)
Defines the "logical" print margins.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Report based on a query
Queries are used to easily select records in one or more data files......
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
<zipArchive variable>.AddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
FTPSend (Example)
Usage example of the FTPSend function
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
Extra (Property)
The Extra property manges additional information.
Various WEBDEV constants
Various WEBDEV constants...
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.