ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
<String type>.EndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
<String type>.Increment (Function)
Increments a number at the beginning or at the end of a string.
<String type>.Insert (Function)
Inserts a string into another character string at a given position.
<String type>.Reverse (Function)
Reverses the characters of a string.
<String type>.Format (Function)
Formats a character string according to the selected options.
<Buffer type>.EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key.
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
<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....
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Version (Property)
The Version property is used to get and change the version of an element.
DateCreated (Property)
The DateCreated property is used to get the creation date of an element.
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Query
The keyword "Query" is used to describe:
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
ActionClick (Property)
The ActionClick property is used to define the procedure executed when an element is clicked.
Note (Property)
The Note property is used to get and change a text associated with an element.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
Border (Property)
The Border property is used to get and change the borders of an element.
Domain
The Domain property is used to get and change domains.