ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
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).
aiImageResult (Variable type)
The aiImageResult type is used to retrieve the result of AIDetect.
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
grTitle (Function)
Modifies the caption and/or position of the chart title....
grCreate (Function)
Creates a specific type of chart.
dPolyline (Function)
Draws a line composed of multiple segments.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
HConnect (Example)
Usage example of the HConnect function
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.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
ServiceControl (Function)
Sends a control message to a service.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
HCloseConnection (Example)
Usage example of the HCloseConenction function