TSignalAnalyzerList::EditIndex Property

__declspec(property(get = GetEditIndex, put = SetEditIndex)) int EditIndex;

Specifies index of the item in the list for which to display the design-time editor.

Read: int GetEditIndex();
Write: void SetEditIndex(const int Value);
Remarks:

Default value is -1, which means that all items in the list will get to have the same settings specified by editor once. Used only by the design-time editor within the IDE.

Declared in Dew::Signal::TAnalysisList · Dew.Signal/SignalTools.h · Cross-compiler