__declspec(property(get = GetIsCompiled)) bool IsCompiled;
Returns True, if the expressions were already compiled.
Read:
bool GetIsCompiled();Remarks:
Compile pass determines variables and checks program flow, but variable type is not set until the first run.
Declared in Dew::Math::TMtxExpression · Dew.Math/MtxParseExpr.h · Cross-compiler