DtvLong dal_mas_get_tit_fld (idf, tit)

Returns the title entry of the passed field.

Input Parameters Significance
DtvLong idf field Id

Output Parameters Significance
char *tit title entry of the field

Return Code Significance
0 no error
1 field contains no title entry

The title entry for a field only exists as text entry in the title window and not as attribute of the field object.

In the calling function have to be allocated Virtual column widths+1 or 41 bytes storage place. You can determine the column width using the function dal_mas_get_siz_fld.

Final spaces in the title entry will be removed.