TIntMatrixValue::StringListValue Property

__declspec(property(get = GetStringListValue, put = SetStringListValue)) tStringList*StringListValue;

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