ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Structure (Type of variable)
A structure is a custom type of data...
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
iParameterWatermark (Function)
Adds a watermark into a report (report created in the report editor or printed report).
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
XMLData (Example)
Usage example of the XMLData function
Container column in a Table control
A cell found in a Table control can contain a set of controls......
<Looper>.AddLine (Function)
Adds a row at the end of a Looper control.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
<Looper>.InsertLine (Function)
Inserts a row into a Looper control.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
Handling Spreadsheet controls programmatically (in a report)
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
EnumControl (Example)
Usage example of the EnumControl function