ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
Principle for running threads
At runtime, an application runs in a main thread......
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Data persistence
The data persistence is used to store the value typed by the user......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Composite keys
A composite key is a key item containing several other items......
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.