ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
grTitleFont (Function)
Modifies the font used for the chart title.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
Events associated with control templates
List of events associated with control templates...
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
ServiceUninstall (Function)
Uninstalls a service.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
CameraConfigure (Function)
Allows you to configure the video capture driver.
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
VideoConfigure (Function)
Allows you to configure the video capture driver.
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
RegistryValueType (Function)
Returns the type of value found in the registry.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.