TSignalRead::OnProcessAll Property

__declspec(property(get = GetOnProcessAll, put = SetOnProcessAll)) tNotifyEvent OnProcessAll;

Event triggered when Process command is selected from the drop-down menu in the component editor.

Read: tNotifyEvent GetOnProcessAll();
Write: void SetOnProcessAll(const tNotifyEvent &Value);
Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler