ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
HDelete (Function)
Deletes a record from a table (query or view).
MaxHeight (Property)
The MaxHeight property gets and sets the maximum height of a control or window.
MinWidth (Property)
The MinWidth property gets and sets the minimum width of a control or window.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
fWrite (Function)
Writes: a character string into an external file. a memory section....
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Creating the windows and the pages of the RAD pattern
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...