AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

XMLToText (Function)
Converts a character string in XML format into a standard character string.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators...
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
Hash functions
Hashing is used to summarize a file or a character string...
UNICODE string of (Tipo de variable)
El tipo UNICODE string of es una cadena de longitud fija que solo contiene caracteres UNICODE.
fAddText (Function)
Adds the content of a character string at the end of a file.
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.
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.
<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
String (Tipo de variable)
El tipo String permite manipular cadenas...
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).
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
UUDecode (Function)
Decodes a character string in UUEncode format.
iPrintWord (Function)
Sends the character string passed in parameter to the print buffer.
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.
Decode (Function)
Decodes a character string that was encoded by Encode.
<Type Buffer>Decode (Function)
Decodes a character string that was encoded by Encode.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
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).
1
53