TCustomSignalDialog::SourceList Property

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

Defines the TAnalysisList descendant whose items are to be edited.

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