ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<Chart>.RBRotationDirection (Function)
Sets the rotation direction in a Radial Bar chart.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
4. UI: Windows
IU of windows...
Functions for managing objects (External language)
1. Project and analysis
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
WDLog: Overview
The different operations that can be performed with WDLog are as follows......