ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteCode (Function)
Runs the WLanguage code found in a character string.
MemCount (Function)
Returns the number of elements found in a memory zone.
TextWidth (Function)
Calculates the width (in pixels) of the text displayed in an edit control, in a Combo Box control or in a Static control.
TextHeight (Function)
Calculates the height (in pixels) of the text displayed in an edit control, in a Static control or in a Combo Box control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Runtime error management functions
List of functions for managing runtime errors...
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
Date and Time management functions
List of functions for managing dates and times...
HDelete (Function)
Deletes a record from a data file (query or view).
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
TelemetryEnable (Function)
Enables the telemetry manually.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
iEndReport (Function)
Forces the report print to stop.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
dbgEnableLog (Function)
Enables the runtime log programmatically.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...