__declspec(property(get = GetContinuous, put = SetContinuous)) bool Continuous;
If True, the component will pass on the udpate request to the connected component.
Read:
bool GetContinuous();Write:
virtual void SetContinuous(const bool Value);Remarks:
Calling Pull will always execute the Update method.
Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler