ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
16. Application test in practice
3. Debugger
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
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, ...).
Port (Property)
The Port property is used to identify and change a server connection port.
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
1
3
4
5
6
7
138
>