__declspec(property(get = GetTemplateIndex, put = SetTemplateIndex)) int TemplateIndex;
Set TemplateIndex to decode the stream at position TemplateIndex to Template property.
Read:
int GetTemplateIndex();Write:
void SetTemplateIndex(const int Value);Remarks:
When the stream is decoded, a list of objects is created. Before the new stream is decoded, the data in Template property is encoded and stored to the Templates.
Declared in Dew::Signal::TStreamTemplates · Dew.Signal/SignalTools.h · Cross-compiler