TExprWorkspace::Scripts Property

__declspec(property(get = GetScripts, put = SetScripts)) tStringList*Scripts;

Stores lists of scripts.

Read: tStringList *GetScripts();
Write: void SetScripts(tStringList *Value);
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.

Declared in Dew::Math::TExprWorkspace · Dew.Math/MtxParseClass.h · Cross-compiler