ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.
LDAPDeleteAttributeValue (Function)
Deletes a value of a specified attribute.
LDAPNbValue (Function)
Returns the number of values for an attribute.
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
LDAPRenameAttribute (Function)
Renames an attribute.
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
Programming the looper attributes
All the looper attributes can be handled by programming......
<Looper>.ToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
TimelineDisplay (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....