TNamedVariable::Value Property

__declspec(property(get = GetValue, put = SetValue)) TValueRec*Value;

Variable properties.

Read: TValueRec *GetValue();
Write: void SetValue(TValueRec *Value);
See Also: TValueRec
Declared in Dew::Math::TNamedVariable · Dew.Math/MtxParseClass.h · Cross-compiler