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 LongDLL
int DLGetFormFieldComb(int InstanceID, int Index);Parameters
| Index | The index of the form field |
|---|