__declspec(property(get = GetVariableArgCount, put = SetVariableArgCount)) bool VariableArgCount;
Read:
bool GetVariableArgCount();Write:
void SetVariableArgCount(const bool Value);Declared in Dew::Math::TExprWord · Dew.Math/MtxParseClass.h · Cross-compiler