ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
<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.
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
<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.
FullTextIndex description (Variable type)
A FullTextIndex description variable is used to describe one or more full-text indexes programmatically.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Item Description (Variable type)
An Item Description variable is used to describe one or more items in a table programmatically.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
2. Types of accessible files
Types of accessible files...
<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.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....