ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
Note (Property)
The Note property is used to get and change a text associated with an element.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
PlainText (Property)
The PlainText property is used to get and modify the raw text of an email.
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
<Edit>.TokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.