ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Appointment (Variable type)
The type Appointment type lets you define all the advanced features of an appointment: times, location, etc.
ProjectInfo (Function)
Returns specific information about the project currently run.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
grDestinationControl (Function)
Defines an Image control as destination of a chart.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
zipSplit (Example)
Usage example of the zipSplit function
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Installing a Webservice (old format)
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HDelete (Function)
Deletes a record from a table (query or view).
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
The "Bubble" charts
A bubble chart shows the correlation between three variables using bubbles of different sizes: categories and values on the X and Y axes and an additional parameter.. The size of the bubble indicates the value of this third parameter.