|
|
|
|
|
DrawingAvailable (Function) In french: DessinDisponible Indicates whether the drawing features are supported by the browser. Note Drawing functions in browser code are only available in recent browsers (supporting the HTML 5 standard). 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|