ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Sliding Banner>.First (Function)
Displays the first plane of a Sliding Banner control.
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
<Image>.First (Function)
Displays the first image for the scroll.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
<ManualEvent variable>.Open (Function)
Opens a synchronization event between several threads.
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
<AutomaticEvent variable>.Open (Function)
Opens a synchronization event between several threads.
EventOpen (Function)
Opens a synchronization event between several threads.
DocFind (Function)
Finds a character string:
  • in an entire Word Processing document.
  • in a fragment.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<ManualEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
FirstDayOfMonth (Function)
Returns the first day of the month.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.
EventChange (Function)
Modifies the status of an event.
ShamirCreateShares (Function)
Creates a set of keys for the same secret using Shamir's algorithm.
This new feature is available as of WINDEV Suite SaaS 2025 Update 4.
gglEmail (Variable type)
The gglEmail type is used to describe and modify the email address of a contact...
<TreeView>.GiveChild (Function)
Returns the "children" of an element found in a TreeView control.
ShamirGeneratePrimeNumber (Function)
Generates a random prime number that can be used to create keys using Shamir's algorithm. This number is generated according to the secret.
This new feature is available as of WINDEV Suite SaaS 2025 Update 4.
grSurfaceGetData (Function)
Retrieves a data from a Surface chart.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chart>.SurfaceGetData (Function)
Retrieves a data from a Surface chart.
PageChangeLayout (Function)
Applies a specific layout to a page.
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
gglAuthor (Variable type)
The gglAuthor type is used to identify the author of a Google element...
AppointmentRead (Function)
Reads an appointment found in the calendar of a Lotus Notes or Outlook messaging.
EventCreate (Function)
Creates an event.
gglNotification (Variable type)
The gglNotification type is used to define information about event notifications in a calendar.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
AppointmentFirst (Function)
Reads the first appointment in a Lotus Notes or Outlook calendar.
Phone (Variable type)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Managing Google Calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet...
<mongoCollection variable>.DeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
AppointmentNext (Function)
Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar.
Managing Google Calendars (prefix syntax)
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet...
gglAttachment (Variable type)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
<Source>.Seek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a search value (generic search by default).
HTTPCookieReset (Function)
Deletes all the cookies (globally or for a domain) stored:
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
fWriteLine (Example)
Usage example of the fWriteLine function
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
docTabulation (Variable type)
The docTabulation type is used to define the characteristics of a custom tabulation.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MemFirst (Function)
Positions on the first element of a memory area and returns the value of this first element.
HErrorLock (Function)
Used to check whether a lock error occurred.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
ArrayDistinct (Function)
Returns an array without duplicates.
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
<Organizer>.SelectPlus (Function)
Selects an appointment in an Organizer control.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a search value (generic search by default).
HFreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
<Source>.FreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
htmlNode (Variable type)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
<Array>.UnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
<Array>.Distinct (Function)
Returns an array without duplicates.
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
gglLocation (Variable type)
The gglLocation type is used to describe and modify the location of an event found in a Google calendar...
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<Source>.ChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
<Organizer>.DeleteAppointment (Function)
Deletes an appointment from an Organizer control.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
gglCalendar (Variable type)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar service...
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays.
WEBDEV - Browser code Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2.
For more details, see Use the new features of WINDEV Suite SaaS 2025.
Manipulating Word Processing controls programmatically
Word Processing controls can be manipulated programmatically...
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
gglEvent (Variable type)
The gglEvent type is used to describe and modify an event of a calendar...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
ContactDisplay (Function)
Opens the form of a contact in the native application for contact management of the device (Android, iPhone or iPad).
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
fDir (Function)
Finds a file or directory.
Manipulating Word Processing controls programmatically (prefix syntax)
Word Processing controls can be manipulated programmatically...
HListFile (Example)
Usage example of the HListFile function
Managing spatial data in HFSQL databases
Starting with version 2024, you can store and manipulate geometric and geographic data in HFSQL databases...
gglPhoneNumber (Variable type)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
Manipulating TimeLine controls programmatically
A TimeLine control can be...
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider...
fWrite (Example)
Usage example of the fWrite function
gglPostalAddress (Variable type)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
gglOrganization (Variable type)
The gglOrganization type is used to describe the companies and organizations to which a contact belongs...
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
GroupDelete (Function)
Deletes the current group of contacts from a Lotus Notes or Outlook address book.
gglInstantMessaging (Variable type)
The gglInstantMessaging type is used to describe and modify the characteristics of an instant messaging program used by a contact...
USBProperty (Function)
Retrieves the value of a property for a USB device.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
GroupModify (Function)
Modifies the current group of contacts in a Lotus Notes or Outlook address book.
GroupRead (Function)
Reads a group of contacts in a Lotus Notes or Outlook address book.
<GuidedTour>.Info (Function)
Returns information about a Guided Tour.
GroupFirst (Function)
Reads the first group of contacts in a Lotus Notes or Outlook address book.
gglOverride (Variable type)
The gglOverride type is used to define information about event notification overrides.
GroupNext (Function)
Reads the group of contacts after the current group in a Lotus Notes or Outlook address book.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
1
6