ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing the modification of windows by the user
MatTranspose (Function)
Calculates the transposed matrix.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a table accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
FaxPause (Function)
Pauses a fax in the spooler.
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
StatVariance (Function)
Calculates the variance for a series of values.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
DnDAccept (Example)
Usage example of the DnDAccept function
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
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)....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
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)....
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)....
Properties associated with HTML Display controls
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.