__declspec(property(get = GetHistory, put = SetHistory)) tStringList*History;
List of strings to store command line history.
Read:
tStringList *GetHistory();Write:
void SetHistory(tStringList *Value);Declared in Dew::Math::TExprWorkspace · Dew.Math/MtxParseClass.h · Cross-compiler