ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<GuidedTour>Start (Function)
Starts the guided tour and displays the first stage.
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
TourGuideStart (Function)
Starts the guided tour and displays the first stage.
EditDeleteAllToken (Function)
Deletes all the tokens from a "Text token" edit control.
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Creating a translation file
WDINT allows you to create a translation file....
Binding a Link control to an item
Binding a Repositionable Note control to an item
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
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.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).