ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
HPriorityClient (Function)
Modifies the priority of a client application.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HaspHLLogin (Function)
Connects the application with a Hasp key.
AppInstallVersion (Function)
Installs a specific application version.
Print constants
List of constants used by the print functions....
WidgetRunApp (Function)
Starts the application to which a widget belongs.
fListResource (Function)
Lists the resources integrated to the application.
OpenMobileWindow (Function)
Opens a window in a mobile application.
NotifListCategory (Function)
Lists the notification categories of the application.
NotifDeleteCategory (Function)
Deletes a notification category from the application.
WaitWindowStart (Function)
Opens the wait window of application.
<Window>.OpenMobileWindow (Function)
Opens a window in a mobile application.
ShellExecute (Function)
Opens a document in its associated application.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......