FmtGetFieldWidth
Retrieves the width of a particular field in a format object.
Syntax
FmtGetFieldWidth(hFmt, hField)
hFmt:
The handle to a format object. The handle identifies the table where data on the associated format template is stored.
hField:
The field handle.
Return Value
Width of the requested field.
Related Functions
FmtGetField, FmtGetFieldName, FmtOpen
See Also