__property TSpectrumAnalyzerList*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:
TSpectrumAnalyzerList *GetSourceList();Write:
void SetSourceList(TSpectrumAnalyzerList *Value);Declared in Dew::Signal::Controls::VCL::TSpectrumAnalyzerDialog · Dew.Signal.Controls.VCL/SignalToolsDialogs.h · C++Builder only