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...
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
gImageExists (Function)
Checks whether an image was loaded in memory.
Calendar functions (prefix syntax)
<emailOutlookSession variable>.ChangeStatus (Function)
Changes the status of an email on a messaging server.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
OCR constants
Adds a language to the native OCR system....
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
<Diagram variable>.StartModification (Function)
Indicates the start of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.