ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParallelTaskWait (Function)
Waits for the execution of a parallel task.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemModify (Function)
Modifies an element in a memory zone.
MemAdd (Function)
Adds an element to a memory area.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
HIndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
EmailLoadAttachment (Function)
Adds an attached file to an email.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
GglListCalendar (Example)
Usage example of the GglListCalendar function
MemSort (Function)
Sorts the elements found in a memory zone.
DecimalPart (Function)
Returns the decimal part of a number.
CalendarPosition (Function)
Returns the month displayed in a Calendar control.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
TelemetryIsEnabled (Function)
Used to find out whether the telemetry is enabled.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
StringBuild (Function)
Builds a character string from an initial string and parameters.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
Compress (Function)
Compresses a string or a memory block (buffer) in binary format.
MaskFormat (Function)
Formats a character string using an InputMask variable.