ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
dFill (Example)
Usage example of the dFill function
dLine (Example)
Usage example of the dLine function
dPoint (Example)
Usage example of the dPoint function
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......
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
Events associated with Flex controls
List of events associated with Flex controls...
Author (Property)
The Author property gets and changes the author of an element.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
Error 1035: A class used in a structure must have a constructor without parameter...
Error 111: The Pascal string %1 is too long
Error 706: The property does not exist on this type of control
Error 1038: This member already exists in the class
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
dRectangle (Example)
Usage example of the dRectangle function
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....