Les scripts en tâche de fond des pages graphiques

Navigation:  Les scripts >

Les scripts en tâche de fond des pages graphiques

Previous pageReturn to chapter overviewNext page

Les scripts en tâche de fond des pages graphiques ont le même nom de fichier suivi par l'extension .WSC.

 

Les scripts doivent suivre la syntax Pascal.

 

Syntax actuellement supportée:

 

begin .. end constructor

procedure and function declarations

if .. then .. else constructor

for .. to .. do .. step constructor

while .. do constructor

repeat .. until constructor

try .. except and try .. finally blocks

case statements

array constructors (x:=[ 1, 2, 3 ];)

^ , * , / , and , + , - , or , <> , >=, <= , = , > , < , div , mod , xor , shl , shr operators

access to object properties and methods ( ObjectName.SubObject.Property )