ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing the modification of windows by the user
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
fListResource (Function)
Lists the resources integrated to the application.
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
grHMAddData (Function)
Adds a data into a Heatmap chart.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
AutoRefresh (Property)
The AutoRefresh property is used to: Find out whether the data found in the series is automatically recalculated whenever grDraw is called Modify the mode for recalculating the data found in the series....
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
ThreadRequestStop (Function)
Sends a stop request to a thread.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.