ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.
DocPosition (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
<Word Processing>.Position (Function)
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.
<Document variable>.Add (Function)
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image or a fragment.
<Connection variable>.NotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
<Connection variable>.NotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
Table,Insert (External language)
Inserts an element into a table at a given position.
Table,Display (External language)
Refreshes the Table control.
Option,Space (External language)
Fills the content of WdString with space characters on the right.
HsMenu,Status (External language)
Returns the status of a menu option (active, invisible, grayed).
List,Select,? (External language)
Returns the element selected in the list.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Table,Delete (External language)
Deletes an element from a Table control.
List,Add (External language)
Adds an element to a Combo Box or List Box control.