ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
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.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
XMLData (Example)
Usage example of the XMLData function
Handling the report blocks through programming
Each report block is associated with different events......
SysNumberScreen (Function)
Returns the number of screens currently connected to the current computer.
<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
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
Hyper File functions available for backward compatibility
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
<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
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, ...).
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
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)....
EnumControl (Example)
Usage example of the EnumControl function