ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyDir (Example)
Usage example of the fCopyDir function
Modbus functions
List of Modbus functions...
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Constants for managing the modification of windows by the user
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Age (Function)
Returns the age according to the date of birth.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
FaxOutbox (Function)
Enumerates the pending faxes or the outgoing faxes.
fCopyFile (Example)
Usage example of the fCopyFile function
MatWrite (Function)
Writes an element into a matrix.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
httpProgress (Type of variable)
The httpProgress type is used to manage the progress when sending or receiving an HTTP request.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HSL (Function)
Creates a color from its hue, saturation and lightness.
FinError (Example)
Usage example of the FinError function