ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
RSS feed management functions
List of functions for managing RSS feeds...
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
13. Generation modes
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
BurnerEject (Function)
Opens or closes the door of current burner.
Structure (Type of variable)
A structure is a custom type of data...
BurnerSelect (Function)
Used to select the default burner.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....