Name
LISTITEM — C structure used for a lists table record
Synopsis
#include "billmax.h"
DESCRIPTION
A LISTITEM structure describes data storage for a lists table record.
STRUCTURE MEMBERS
char list[51];
char *value;
char descr[256];
int number;
float sortorder;
int mutable;
char constraints[101];
char explanation[256];