ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
Size (Property)
The Size property is used to determine and change the size of an element.
HDescribeItem (Function)
Describes a file item through programming.
LOOP statement
The statement block is repeated endlessly...
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......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Size (Example)
Usage example of the Size property
Error 35: 'Continue' is available in the loops only
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
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)...
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)...
<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.
fSeek (Function)
Gets and sets current position in an external file.
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.
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......