ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Time management
For each element (windows, reports, ......
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Handling Gantt Chart controls programmatically
The different types of windows
The following types of windows can be created in a WINDEV application......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
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.
<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.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.