ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. in the contacts list of your device (Android, iPhone or iPad)....
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
zipAddFileList (Function)
Automatically adds and compresses a list of files into a ZIP, CAB, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
ServiceContinue (Function)
Restarts a paused service.
grParameter (Function)
Retrieves or modifies a chart parameter.
Language (Property)
The Language property is used to get and change the language used.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
iCloseReport (Function)
Stops printing the current report immediately.
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....
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
fRead (Example)
Usage example of the fRead function
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
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)....
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.