__declspec(property(get = GetSuspendNotifyUpdate, put = SetSuspendNotifyUpdate)) bool SuspendNotifyUpdate;
Set this property to True, to prevent calling OnNotifyUpdate from the Update Method.
Read:
bool GetSuspendNotifyUpdate();Write:
void SetSuspendNotifyUpdate(const bool Value);Remarks:
This can be usefull, when the screen should not be updated for every call to Update.
Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler