ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Character strings
WLanguage supports different types of strings....
RTFSearch (Function)
Finds a character string in an RTF control (found in a window or in a report) or in a character string containing text in RTF format.
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....
Right (Function)
Extracts the last characters from a string or string buffer.
<String type>.Reverse (Function)
Reverses the characters of a string.
StringReverse (Function)
Reverses the characters of a string.
iCalendarToAppointment (Function)
Lists the appointments described in a character string in iCalendar format.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
Types of Edit controls
StringRetrieve (Function)
Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example).
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.
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
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.
fAddText (Function)
Adds the content of a character string at the end of a file.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
StringBuild (Function)
Builds a character string from an initial string and parameters.
<Word Processing>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fWrite (Function)
Writes: a character string into an external file. a memory section....
1
2
3
4
5
6
303
>