GetFormFieldChoiceType
Description
Determines whether a choice form field is a combo box or list box field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldChoiceType(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldChoiceType(Index As Long) As Long
DLL
int QuickPDFGetFormFieldChoiceType(int InstanceID, int Index)
Parameters
| Index | The index of the form field |
Return values
| 0 | The form field is not a choice form field |
| 1 | The form field is a scrollable list box |
| 2 | The form field is a drop-down combo box |
| 3 | The form field is a multiselect scrollable list box |
| 4 | The form field is a drop-down combo box with an edit box |