SRGDynamicDataManager::GetText

CStringSRGDynamicDataManager::GetText(intgroup, intindex, intcode)

Retrieve the text for the specified data item and country code

Defined in: DataMgr.cpp

Return Value

CString Text of the specified data item

Parameters

group

int group Zero-based row index of the data item

index

int index Zero-based column index of the data item or -2 for the first item (head) or -1 for the last (tail)

code

int code Country code for the text

Remarks

Note that in the Dynamic Data Storage model, data items do not have individual annotation lists. GetAnnotation() of the SRGraphDynamicData object is called for all indices. Override this function to change the annotations.