TSignalBrowseList::Input Property

__declspec(property(get = GetInput, put = SetInput)) TAnalysis*Input;

Data source.

Read: TAnalysis *GetInput();
Write: void SetInput(TAnalysis *Value);
Remarks:

Defines the data source for the component, if the source is a single component. Setting the value of this property to other then nil, will set Inputs property to nil.

Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler