ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
11 results for: Buffer
Buffer (Type de variable)
The Buffer type corresponds to a binary memory area.
Truncate (Function)
Truncates the right part of a string or buffer.
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.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
BufferToReal (Function)
Extracts a real 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.
Right (Function)
Extracts the last characters from a string or string buffer.
diffApply (Function)
Applies a difference buffer to a specific buffer.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.