__declspec(property(get = GetTemplateName, put = SetTemplateName)) DewString TemplateName;
Set TemplateName to decode the stream with name TemplateName to Template property.
Read:
DewString GetTemplateName();Write:
void SetTemplateName(const DewString &Value);Remarks:
When the stream is decoded, a list of objects is created. Before the new stream is decoded, the data already in the Template property is encoded and stored to the Templates property.
Declared in Dew::Signal::TStreamTemplates · Dew.Signal/SignalTools.h · Cross-compiler