ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PVTCollapseAll (Function)
Collapses all row and/or column headers in a Pivot Table control....
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
OrgDelete (Function)
Deletes an element and its "children" from an Organization Chart control.
PVTExpandAll (Function)
Expands all row and/or column headers in a Pivot Table control....
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
WidgetDisplay (Function)
Refreshes a widget window.
WidgetRunApp (Function)
Starts the application to which a widget belongs.
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
TimelineDisplay (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.