ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
TokenCurrentInput (Property)
The TokenCurrentInput property is used to read or change the value being entered in a "Text token" edit control.
Token (Property)
The Token property is used to manage the different tokens associated with a "Text token" Edit control.
DeleteButton (Property)
The DeleteButton property is used to determine if there should be an automatic delete button in a Text Edit control, and to change its position.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
How to perform a full file browse?
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Error 25: No THEN statement is associated with this IF