ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipDeleteFileList (Function)
Deletes a list of files from an archive.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
iCloseReport (Function)
Stops printing the current report immediately.
ServiceContinue (Function)
Restarts a paused service.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. in the contacts list of your device (Android, iPhone or iPad)....
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
HOpenConnection (Function)
Opens a connection to a specific database.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
Android 11: Changes to application behavior
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
fExtractPath (Example)
Usage example of the fExtractPath function
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
HListItem (Example)
Usage example of the HListItem function