ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCopyRecord (Example)
Usage example of the HCopyRecord function
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
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......
grColor (Function)
Returns and initializes the color of different chart elements.
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
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.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Generating the RAD pattern
To generate a RAD pattern:...
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....