ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
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.
RootNode (Property)
The RootNode property is used to get the root nodes of an HTML or XML document.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
<Table>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table 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.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").