ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Drawing functions
  • Drawing in Browser code
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Indicates whether the drawing features are supported by the browser.
Remark: Browser code drawing functionalities are only available on recent browsers (supporting the HTML 5 standard).
Example
IF DrawingAvailable() = False THEN 
	Info("Dessin non disponible.")
END
Syntax
<Result> = DrawingAvailable()
<Result>: Boolean
  • True if the drawing features are supported by the browser,
  • False otherwise.
Remarks
WEBDEV - Browser code

Drawing in Browser code

Some drawing functions are available in Browser code. The drawing functions in Browser code are based on the HTML 5 standard. More specifically, these functions are based on the "canvas" tag of HTML 5.
The drawing features in browser code are available for the recent browsers only (supporting the HTML 5 standard). To know if the drawing features are available in your browser, use DrawingAvailable.
Attention: To use the drawing functions with Internet Explorer 9, the project must "include reference to the DTD file".. This option is available in the "Advanced" tab of the project description window.
Reminder: To display the project description window, under the "Project" pane, in the "Project" group, click on "Description"..
Component: WDJS.DLL
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help