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