ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
Manipulating a Layout control programmatically
A Layout control can be......
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
HTTPCreateForm (Function)
Creates an HTTP form.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
RGBBlue (Function)
Returns the blue component of an RGB color.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
fSplit (Function)
Splits a file into several files.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
Image drawing and processing functions
List of image drawing and processing functions...
MatWrite (Function)
Writes an element into a matrix.
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
SQLSeek (Function)
Positions on the specified result row of the query.
On/Off button in a window
The on/off button is a button that operates like a check box......