LlEnumGetFirstChartField

Syntax:

HLISTPOS LlEnumGetFirstChartField (HLLJOB hJob, UINT nFlags);

Task:

Returns an iterator for the first chart field. The name does not have to be known, the chart fields are returned in the order in which they are declared to List & Label.

Parameter:

hJob: List & Label job handle

nFlags: Flags for the allowed types of fields (to be 'or'ed):
LL_TEXT, LL_BOOLEAN, LL_BARCODE, LL_DRAWING, LL_NUMERIC, LL_DATE, LL_HTML, LL_RTF, LL_TYPEMASK (to iterate all of them)

Return Value:

Iterator of first chart field, or NULL if no field exists.

Hints:

During the iteration, a call to LlDefineChartFieldStart() is prohibited!

See also:

LlEnumGetFirstVar, LlEnumGetFirstField, LlEnumGetNextEntry, LlEnumGetEntry