Cicode Programming Reference > Cicode Function Categories > Format Functions Introduction > FmtGetFieldName

FmtGetFieldName

Retrieves the name of a particular field in a format object.

Syntax

FmtGetFieldName(hFmt, hField)

hFmt:

The format template handle, returned from the FmtOpen() function. The handle identifies the table where data on the associated format template is stored.

hField:

The field handle.

Return Value

Name of requested field

Related Functions

FmtGetField, FmtOpen

See Also