AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
UNICODE string of (Tipo de variable)
El tipo UNICODE string of es una cadena de longitud fija que solo contiene caracteres UNICODE.
UUDecode (Function)
Decodes a character string in UUEncode format.
ASCIIZ string of (Tipo de variable)
El tipo ASCIIZ string of permite manipular cadenas con un carácter nulo al final, representado por un cero (como en el lenguaje de programación C).
String of (Tipo de variable)
El tipo String of permite manipular cadenas de longitud fija. Estas cadenas tienen un carácter nulo al final, representado por un cero (como en el lenguaje de programación C).
Decode (Function)
Decodes a character string that was encoded by Encode.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
Pascal string of (Tipo de variable)
El tipo Pascal string of corresponde a una cadena precedida de un byte de longitud. Este tipo de variable se conserva por motivos de compatibilidad con versiones anteriores.
fAddText (Function)
Adds the content of a character string at the end of a file.
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
iPrintWord (Function)
Sends the character string passed in parameter to the print buffer.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
String (Tipo de variable)
El tipo String permite manipular cadenas...
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators...