__property TSignalList*Inputs = {read = GetInputs, write = SetInputs};
Connect TSignalList object to the Inputs.
Read:
TSignalList *GetInputs();Write:
void SetInputs(TSignalList *Value);Declared in Dew::Signal::Controls::VCL::TSignalTeeItem · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only