ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPic image with an Alpha channel.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
Native Access to SAP
SAP is a widely used ERP......
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).