TStringListValue::Value Property

__declspec(property(get = GetValue, put = SetStringListValue)) tStringList*Value;

Read: tStringList *GetValue();
Write: void SetStringListValue(tStringList *Value);
Declared in Dew::Math::TStringListValue · Dew.Math/MtxParseClass.h · Cross-compiler