Содержание

NOfMany_GetCheckedCount

Синтаксис

int NOfMany_GetCheckedCount( GUI_NOFMANY * gui );

Описание

Функция получает число отмеченных пунктов

Параметры

Возвращаемое значение

Число отмеченных пунктов

Пример

int checked_count = NOfMany_GetCheckedCount( nom );
u16 * checked_table=new u16[checked_count];
NOfMany_GetChecked( nom , checked_table );

См. также

CreateNOfMany, NOfMany_GetChecked, NOfMany_SetChecked, NOfMany_SetCursor, NOfMany_SetOnMessage, NOfMany_SetTexts