SRGDynamicDataManager::SetText
voidSRGDynamicDataManager::SetText(intindex, intgroup, LPCTSTRtext)
Add text string to the annotation list of the specified data item
Defined in: DataMgr.cpp
Return Value
void
Parameters
index
int index Zero-based column index of the data item or -2 for the first item (head) or -1 for the last (tail)
group
int group Zero-based row index of the data item
text
LPCTSTR text Text string to be added to the specified data item
Remarks
Note that in the Dynamic Data Storage model, data items do not have individual annotation lists. The annotation of the SRGraphDynamicData object is used for all indices.