ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
StatVariance (Function)
Calculates the variance for a series of values.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
MmoEncryption (Property)
The MmoEncryption property sets the encryption method of the memo file (.MMO) associated with a table.
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
LogFile (Property)
The LogFile property is used to determine if a table is a log file.
zipEndAddingFile (Function)
Declares the end of the optimized addition of a series of files to an archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
zipStartAddingFile (Function)
Declares the start of the optimized addition of files to a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
CertificateSignString (Function)
Creates the signature of a character string.
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
HModifyViewRights (Function)
Sets the rights granted to a user or group on an SQL view or on a materialized view.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
IntegerPart (Function)
Returns the integer part of a number.
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....
MultimediaStatus (Function)
Indicates the status of the media file played in the Multimedia control.
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
Structure (Type of variable)
A structure is a custom type of data...