ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OpenMobileWindow (Function)
Opens a window in a mobile application.
WidgetRunApp (Function)
Starts the application to which a widget belongs.
HPriorityClient (Function)
Modifies the priority of a client application.
15. Creating the executable in practice
Creating the executable in practice...
InApplicationTestMode (Function)
Determines if there is an application test in progress.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Print constants
List of constants used by the print functions....
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<TreeView Table>.SortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.