ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
TopMargin (Property)
The TopMargin property sets the top margin of an element.
ComponentInfo (Function)
Returns information about a component.
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
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....
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<WDPic variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in a WDPic variable.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
<Buffer type>.AnsiToUnicode (Function)
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
<String type>.StartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.