ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grCreateFont (Function)
grCreateFont is kept for backward compatibility.
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
dbgInfo (Function)
Returns a debug information.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Count (Property)
The Count property returns the number of elements in a given set.
8. Sharing a project in practice