SetFormFieldComb

Form fields

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 TPDFlib.SetFormFieldComb(Index, Comb: Integer): Integer;

ActiveX

Function PDFlib::SetFormFieldComb(Index As Long, Comb As Long) As Long

DLL

int DLSetFormFieldComb(int InstanceID, int Index, int Comb);

Parameters

IndexThe index of the form field 0 = Regular field 1 = Comb field
Comb