|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Buffer type corresponds to a binary memory area. |
|
|
|
|
|
|
|
| Decodes a character string that was encoded by Encode. |
|
|
|
|
|
|
|
| Encodes a character string or a buffer. To decode the result, simply use Decode. |
|
|
|
|
|
|
|
| Extracts the left part (i.e., the first characters) from a string or buffer. |
|
|
|
|
|
|
|
| Converts a buffer to a mnemonic phrase using the BIP39 algorithm. |
|
|
|
|
|
|
|
| Truncates the right part of a string or buffer. |
|
|
|
|
|
|
|
| Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV. |
|
|
|
|
|
|
|
| Encodes a character string or a buffer. To decode the result, simply use Decode. |
|
|
|
|
|
|
|
| Finds a character string or a buffer in a file opened by fOpen. |
|
|
|
|
|
|
|
| Saves the contents of a buffer to a resource identified by its URI. |
|
|
|
|
|
|
|
Returns:- the length of a string, i.e., the number of characters in the string (including spaces and binary zeros).
- the size of a buffer, i.e., the number of bytes in the buffer.
|
|
|
|
|
|
|
|
| Finds a character string or a buffer in a file opened by fOpen. |
|
|
|
|
|
|
|
| Compares two buffers and creates a buffer containing the differences between these two buffers. |
|
|
|
|
|
|
|
| Returns a specific string (or a buffer) to the client browser in response to a request. |
|
|
|
|
|
|
|
| Extracts an integer from a binary buffer at a given position. |
|
|
|
|
|
|
|
Extracts: - a substring from a string starting at a specified position.
- part of a buffer starting at a specified position.
|
|
|
|
|
|
|
|
| Creates and fills a text file with the content of a string or buffer variable. |
|
|
|
|
|
|
|
| Adds the content of a buffer at the end of a file. |
|
|
|
|
|
|
|
| Loads the content of an external file (text, image, ...) in a buffer variable. |
|
|
|
|
|
|
|
| Extracts a real from a binary buffer at a given position. |
|
|
|
|
|
|
|
| Decodes a character string that was encoded by Encode. |
|
|
|
|
|
|
|
| Converts an Ansi or Unicode string into a displayable hexadecimal string (e.g. "4A 5B 00"). |
|
|
|
|
|
|
|
| Extracts the last characters from a string or string buffer. |
|
|
|
|
|
|
|
| Applies a difference buffer to a specific buffer. |
|
|
|
|
|
|
|
| Converts a buffer to a hexadecimal string (e.g. "4A 5B 00"). |
|
|
|
|
|
|
|
| Converts a string with hexadecimal bytes to a binary buffer. |
|
|
|
|
|
|
|
| The AuthToken type contains the characteristics of a token to access a web service. |
|
|
|
|
|
|
|
| The restResponse type is used to define all the advanced characteristics of a REST response. |
|
|
|
|
|
|
|
| Finds the position of a specified string within another string. |
|
|
|
|
|
|
|
| The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request.... |
|
|
|
|
|
|
|
| The restRequest type is used to define the advanced characteristics of a REST request. |
|
|
|
|
|
|
|
| The OpenIDParameters type is used to define all the advanced features of an authentication... |
|
|
|
|
|
|
|
| The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS... |
|
|
|
|
|
|
|
| Enables or disables the "heartbeat" of the current session. |
|
|
|
|
|
|
|
| We are going to call the elements developed in WINDEV (project, windows, ...... |
|
|
|
|
|
|
|
| The Document type is used to handle a "docx" document. |
|
|
|
|
|
|
|
| A variable is defined by name and type...... |
|
|
|
|
|
|
|
| List of constants used by the archiving functions.... |
|
|
|
|
|
|
|
| The docElementImage type is used to handle the characteristics of an Image element found... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming...... |
|
|
|
|
|
|
|
| An API Description variable is used to describe an API, its parameters, its return value... |
|
|
|
|
|
|
|
| A client application of a socket server connects to a standard server in order to exchange... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|