TExprWorkspace.Scripts Property

TStringList Scripts { get; set; }

Stores lists of scripts.

Returns: TStringList

Remarks:

Each item in the list holds delimited list of one script. To retreive the script assign the Scripts[i] to TStringList.Text. Equally, assign TStrignList.Text to Scripts[i] to store a specific script. It is programmers responsability to maintain coherence between both lists: Scripts and ScriptNames.