ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
6 results for: Buffer
Truncate (Function)
Truncates the right part of a string or buffer.
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
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.
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.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.