ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FishEye
The "FishEye" effect is used to enlarge a section of editor graphs (analysis graph, UML graph, ......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Handling a WinForm .Net control through programming
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
<Source>.ActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
<Source>.DeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.