ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPCommand (Function)
Sends a specific FTP command to a server.
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fWrite (Example)
Usage example of the fWrite function
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
HTTPCreateForm (Function)
Creates an HTTP form.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
dPolyline (Function)
Draws a line composed of multiple segments.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
StringInsert (Function)
Inserts a string into another character string at a given position.
zipListFile (Function)
Returns the list of files found in an archive.
DateToInteger (Function)
Converts a date to an integer.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
grLabel (Function)
Indicates various parameters of additional legend in a chart.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
CalendarSelect (Function)
Returns the date selected in a Calendar control.