__declspec(property(get = GetCount, put = SetCount)) int Count;
Get or set the number of TTraceItem objects.
Read:
int GetCount();Write:
void SetCount(const int Value);Remarks:
If the value is smaller, than the current count, they will be deleted. If the value is bigger, they will be created.
Declared in Dew::Signal::TTraceList · Dew.Signal/SignalAnalysis.h · Cross-compiler