ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NFC constants
List of constants used by the NFC functions...
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
grSurfaceAddData (Function)
Adds a data into a Surface chart.
tapiDial (Function)
Dials a phone number for a voice line.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Beep (Function)
Emits a beep.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
grZoom (Function)
Defines the zoom of a chart.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
Advanced types
The advanced types of WLanguage are as follows...
WLanguage procedure called by AppDetectUPDAvailable
Procedure ("Callback") called by AppDetectUPDAvailable when an update for the active application is detected.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
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....
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Programming the table cells
The Table controls can be handled......