ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
DurationToString (Function)
Converts a duration to a character string in the specified format.
zipExist (Function)
Used to find out whether an archive exists.
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
ServiceInfo (Function)
Returns information regarding the configuration of a service.
Enumeration (Type of variable)
An enumeration is a set of values......
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
grSourceSeries (Function)
Defines the source of a series.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
HDescribeConnection (Function)
Describes a new connection to an external database.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......