ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
Truncate (Function)
Truncates the right part of a string or buffer.
fIsImage (Function)
Determines whether a file on disk or in a buffer corresponds to an image format recognized by WINDEV or WEBDEV.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
Length (Function)
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.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
Middle (Function)
Extracts:
  • a substring from a string starting at a specified position.
  • part of a buffer starting at a specified position.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
<ANSI string>.BufferToHexa (Function)
Converts an Ansi or Unicode string into a displayable hexadecimal string (e.g. "4A 5B 00").
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g. "4A 5B 00").
Right (Function)
Extracts the last characters from a string or string buffer.
diffApply (Function)
Applies a difference buffer to a specific buffer.
Decode (Function)
Decodes a character string that was encoded by Encode.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used...
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared...
URIToBuffer (Function)
... in a buffer variable.
EncryptAsymmetric (Function)
Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key...
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port...
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES,...
PVTLoad (Function)
... on disk or backup in a buffer).
<Pivot table>.Load (Function)
... on disk or backup in a buffer).
WLanguage procedure called by NearbyShareAcceptConnection (Data reception)
... (or buffer) is received. This procedure provides information on the type and content of data transferred.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array...
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function...
FontLoad (Function)
Loads a custom font from a file (or buffer). After loading, the fonts and variants declared...
TwainToTIFF (Function)
... from the Twain device directly in memory in TIFF format (in a buffer).
1
4
5
6
7
8
18
>