__declspec(property(get = GetPropagateTemplate, put = SetPropagateTemplate)) bool PropagateTemplate;
Defines how TSignalMuxList::Propagate will proparage properties.
Read:
bool GetPropagateTemplate();Write:
void SetPropagateTemplate(const bool Value);Remarks:
If true, the Propagate routine, will propagate only the "template" of the selected source and not all the published properties of the source.
Declared in Dew::Math::TMtxComponentList · Dew.Math/MtxBaseComp.h · Cross-compiler