ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options 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.
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<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.
Parameter Description (Type of variable)
Parameter Description variables are used to programmatically describe a parameter.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<Buffer type>.DecryptAsymmetricEnveloped (Function)
Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped.
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
<Buffer type>.EncryptAsymmetricEnveloped (Function)
Performs an asymmetric encryption of an envelope.
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
HListItem (Function)
Returns the list of items: found in a table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Camera control in a mobile application
The Camera control is used to......
Reorder the data displayed in your tables