ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Buffer type>.DecryptAsymmetricEnvelopped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day corresponding to a specified date.
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
Type and version of Web server
The configuration diagnostic displays the following error......
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....