__declspec(property(get = GetUsesInputs, put = SetUsesInputs)) bool UsesInputs;
Set it to True to indicate, that valid signals will be connected to the Input or Inputs properties.
Read:
bool GetUsesInputs();Write:
void SetUsesInputs(const bool Value);Remarks:
The property must be false, if the Input/Inputs properties are nil.
Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler