Indicates whether the drawing features are supported by the browser.
Remark: The drawing features in browser code are available for the recent browsers only (supporting the HTML 5 standard).
IF DrawingAvailable() = False THEN
Info("Drawing not available.")
END
Syntax
<Result> = DrawingAvailable()
<Result>: Boolean
- True if the drawing features are supported by the browser,
- False otherwise.