|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A structure can be allocated dynamically... |
|
|
|
|
|
|
|
| Returns the number of characters matching a given type. |
|
|
|
|
|
|
|
| Checks whether a character string starts:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
|
| Extracts all the substrings from a character string based on one or more string separators. |
|
|
|
|
|
|
|
| Checks whether a character string ends:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
|
| Increments a number at the beginning or at the end of a string. |
|
|
|
|
|
|
|
| Inserts a string into another character string at a given position. |
|
|
|
|
|
|
|
| Reverses the characters of a string. |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Formats a character string according to the selected options. |
|
|
|
|
|
|
|
| Replaces all occurrences of a specified substring in a string with another specified substring. |
|
|
|
|
|
|
|
| A Link Description variable is used to describe a link between two data files through programming. |
|
|
|
|
|
|
|
| Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00"). |
|
|
|
|
|
|
|
| A dynamic array is an "advanced" type of array... |
|
|
|
|
|
|
|
| List of functions for managing dialog boxes... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing dialog boxes... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile include 5 types of buttons...... |
|
|
|
|
|
|
|
| List of functions for managing Notes documents... |
|
|
|
|
|
|
|
| An associative array is an "advanced" type of array... |
|
|
|
|
|
|
|
| Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key. |
|
|
|
|
|
|
|
| Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.) |
|
|
|
|
|
|
|
| Parameter Description variables are used to programmatically describe a parameter. |
|
|
|
|
|
|
|
| A HFSQL application can operate in network mode or in Client/Server mode...... |
|
|
|
|
|
|
|
| Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped. |
|
|
|
|
|
|
|
| Decrypts a buffer with a private/public key algorithm with RSA encryption.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|