__declspec(property(get = GetOnGetInput, put = SetOnGetInput)) tNotifyEvent OnGetInput;
If the Input property is not assigned, the component will call OnGetInput.
Read:
tNotifyEvent GetOnGetInput();Write:
void SetOnGetInput(const tNotifyEvent &Value);Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler