ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.DrawCircle (Function)
Draws a circle or an ellipse in an Image variable.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
WINDEV concepts
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Binding controls to data
A window or page can display information from......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Handling menu options programmatically
The menu options can be handled......
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
WLanguage properties available in PHP
The following properties are available in PHP...
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......
Code snippets
The code editor allows you to enter "Code snippets"......
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......