GetFormFieldComb
Form fields
Description
Returns 1 if the specified form field is marked as a comb field, where each character in the value occupies the same space in the field.
Syntax
Delphi
Function TPDFlib.GetFormFieldComb(Index: Integer): Integer;
ActiveX
Function PDFlib::GetFormFieldComb(Index As Long) As Long
DLL
int DLGetFormFieldComb(int InstanceID, int Index);
Parameters
| Index | The index of the form field |
|---|