SetFormFieldComb
Description
Marks a form field as a comb field, where each character in the value occupies the same space in the field. The field must be a test field, and the SetFormFieldMaxLen function must be called to specify the number of characters in the field.
Syntax
Delphi
function TQuickPDF0813.SetFormFieldComb(Index, Comb: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetFormFieldComb(Index As Long,
Comb As Long) As Long
DLL
int QuickPDFSetFormFieldComb(int InstanceID, int Index, int Comb)
Parameters
| Index | The index of the form field |
| Comb |
0 = Regular field 1 = Comb field |