ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SocketClose (Function)
Closes a socket or a connection to a server socket.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
NetworkDisconnect (Function)
Disconnects a network drive.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
CurrentYear (Function)
Returns the current year in integer format.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
Sort (Function)
Sorts a WLanguage array.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
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....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Graphic string functions
List of SQL functions used to create and handle graphic strings...
Accessibility (Property)
The Accessibility property gets and sets the accessibility properties of a control.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
zipExist (Function)
Determines whether an archive exists.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.