TExprWorkspace::ScriptNames Property

__declspec(property(get = GetScriptNames, put = SetScriptNames)) tStringList*ScriptNames;

Stores the names of scripts in the Script property.

Read: tStringList *GetScriptNames();
Write: void SetScriptNames(tStringList *Value);
Remarks:

It is programmers responsability to maintain coherence between both lists: Scripts and ScriptNames.

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