ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
SchedulerDeleteTask (Function)
Deletes a scheduled task.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
AppointmentCreate (Function)
Displays the window for appointment creation of native application for managing appointments found on the Android device.
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
<Looper>.ToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
DomoClose (Function)
Closes the communication opened by DomoOpen.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
ThreadCurrent (Function)
Returns the name of the thread currently run.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
FontCreate (Function)
Creates a font definition.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
ThreadResume (Function)
Resumes the execution of a thread that was interrupted by ThreadSuspend. Function not recommended.
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.