ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Managing space characters in the searches?
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
<Chart>.Smoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
HaspHLEncrypt (Function)
Encrypts a character string by using the algorithms of the specified Hasp key.
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
GeneratePassword (Function)
Automatically generates a password with specific characteristics (size, characters used, ...).
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
DocFind (Function)
Finds a character string: in an entire Word Processing document. in a fragment....
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......