ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
<Organization Chart>.Display (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Document (Type of variable)
The Document type is used to handle a "docx" document.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
2. Analysis in practice
Environment of the data model editor
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Input (Function)
Displays a message allowing the user to type an information.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).