LoadStyle()

Syntax

LoadStyle(URL$, Callback)
Description
Load a CSS script (.css) into the app

Parameters

URL$ The URL of the CSS script to load.
Callback The callback called once the loading has finished. If the loading is successful, the 'Success' callback parameter will be set to #True, if not it will be set to #False. It has to use the following syntax:
  Procedure Callback(URL$, Success)
    ; Code here
  EndProcedure

Return value

None.

Supported OS

All

<- LoadScript() - System Index - ProgramParameter() ->