ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ColorLightness (Function)
Calculates the lightness of a color.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
Truncate (Function)
Truncates the right part of a string or buffer.
XMLDocument (Example)
Usage example of the XMLDocument function
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ExceptionPropagate (Function)
Propagates an exception.
ColorSaturation (Function)
Calculates the saturation of a color.
MyPage (Reserved word)
MyPage is used to handle the current page...
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
OpenAsynchronous (Function)
Opens a window whose result will be retrieved via a WLanguage procedure ("callback").
grGradient (Function)
Enables or disables the display of color gradients in a chart.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Constants for managing Organizer controls
Constants for managing Organizer controls...
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
dCopyImage (Example)
Usage example of the dCopyImage function