|
|
|
|
|
DrawingAvailable (Function) In french: DessinDisponible 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). 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|