ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
29. SEO in practice
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.
<TreeView>.Insert (Function)
Inserts a leaf into a TreeView control at a specific position.
HSetPosition (Example)
Usage example of the HSetPosition function
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HForward (Example)
Usage example of the HForward function
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
XMLSave (Function)
Saves an XML document in a file.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
Extern (Reserved word)
EXTERN is used to...
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
HReadSeek (Example)
Usage example of the HReadSeek function
HCreateView (Example)
Usage example of the HCreateView function
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
HAdd (Example)
Usage example of the HAdd function
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......