ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
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....
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
gImage (Function)
Builds a sequence of characters containing an image.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Events associated with Carousel controls
List of events associated with Carousel controls...
ColorPalette (Function)
Returns a color found in the current palette.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
nWDGetLastError: Error code of last error
Error code of last error......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Customizing the User Groupware