ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
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 programmatically. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
XMLSavePosition (Function)
Stores the current position in the XML document.
zipExist (Function)
Used to find out whether an archive exists.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
fClose (Function)
Closes an external file.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access an HFSQL Classic database from an external database software that supports ODBC accesses......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....