ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Size (Example)
Usage example of the Size property
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
xlsVersion (Function)
Returns the Excel version that was used to save the file.
HPrevious (Function)
Positions on the previous file record according to a browse item.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
InputFormula (Property)
The InputFormula property is used to: find out whether the end user can enter or change formulas in a Spreadsheet control. allow or prevent the end user from entering or changing formulas in a Spreadsheet control....
CertificateSignExecutable (Function)
Signs an executable file with a certificate.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
InputValue (Property)
The InputValue property is used to: find out whether the end user can enter or change values in a Spreadsheet control. allow or prevent the end user from entering or changing values in a Spreadsheet control....
fSeek (Function)
Gets and sets current position in an external file.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.