ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
<Date type>.ToInteger (Function)
Converts a date to an integer.
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<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>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
<String type>.Format (Function)
Formats a character string according to the selected options.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
<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....
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
<emailSessionIMAP variable>.ChangeStatus (Function)
Changes the status of an email on a messaging server.
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
<emailOutlookSession variable>.NbMessage (Function)
Returns the number of incoming messages in Outlook.
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).