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