TSignalAnalyzerDialog::SourceList Property

__property TSignalAnalyzerList*SourceList = {read = GetSourceList, write = SetSourceList};

Defines the source component list from which a component is comming for which a component editor will be displayed.

Read: TSignalAnalyzerList *GetSourceList();
Write: void SetSourceList(TSignalAnalyzerList *Value);
Declared in Dew::Signal::Controls::VCL::TSignalAnalyzerDialog · Dew.Signal.Controls.VCL/SignalToolsDialogs.h · C++Builder only