ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grSeriesColor (Function)
Initializes the color of a series or the color of a section.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
iPageEnd (Function)
Forces the move to the next page during the report print.
BurnerCancel (Function)
Cancels the current burn process.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Constants for external files
List of constants used by the functions for managing external files....
iEndReport (Function)
Forces the report print to stop.
LooperAdd (Function)
Adds a row at the end of a Looper control.
LooperInsert (Function)
Inserts a row into a Looper control.
zipOpen (Function)
Opens an existing archive.
fAttribute (Function)
Returns or modifies the attributes of a file.
Facebook functions
List of Facebook functions...
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
HAlias (Example)
Usage example of the HAlias function
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
HDeclare (Function)
Declares a description of table (found in a database schema) in the current project.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......