Page History
...
BOOL | LceGetFieldHeading | (int | iSession, |
char far * | strFieldName, | ||
int | iHeading, | ||
char far * | strValue ) |
Parameters
iSession | The session identifier as returned by LceGetSessionId. |
|---|---|
strFieldName | The field name. The field must have been declared using an LceUseField function. |
iHeading | The heading level (1, 2 or 3). Heading levels are the equivalent of the Column Heading lines in the Repository. |
strValue | The array to receive the returned value. The size should be at least FIELD_HEADING_LENGTH + 1 as defined in the LCOE.H header file. |
...