ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Creating a table in a report
Tables can be created in a report......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Recompiling the project
The project compilation is a process used to......
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HCopyRecord (Example)
Usage example of the HCopyRecord function