ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Filter (Function)
Defines and enables a filter on a data file, view or query.
<Source>.DeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
FilterCondition (Property)
The FilterCondition property gets the selection condition set by HFilter on a data file, HFSQL view or query.
Filtering a data file, a view or a query
A filter is used to define programmatically a selection of records corresponding to one or more criteria...
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
HOnError (Example)
Usage example of the HOnError function
5. Displaying a WEBDEV Session site
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Select query description window: Use
Let's see some operations specific to the description window of a select query......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
NetworkDisconnect (Function)
Disconnects a network drive.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
SQLExec (Example)
Usage example of the SQLExec function