ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Referring to an element in a WLanguage event / process
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
ID (Property)
The ID property is used to get and change IDs.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
Caption (Property)
The Caption property is used to get and change the text of an element.
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)....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Name (Property)
The Name property is used to get the name of an element.
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
Language (Property)
The Language property is used to get and change the language used.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
Memo (Property)
The Memo property is used to determine if an item is of type memo.