ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Edit control
The Edit control allows users to enter data......
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
HTMLToRGB (Function)
Converts the HTML color into RGB color.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
18. Order of execution of the code of buttons/links
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
iFrame control properties
The iFrame control can be handled in server code and in browser code by the WLanguage properties......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
Error 532: The size of the string to extract must be strictly positive
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
Error 110: The ASCIIZ string is too long
Error 109: The fixed string is too long
FinError (Example)
Usage example of the FinError function
Drawer control properties
List of properties associated with the Drawer control...
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
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.