FindFormFieldByTitle
Description
Finds the index of the form field with the specified title.
Syntax
Delphi
function TQuickPDF0813.FindFormFieldByTitle(Title: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::FindFormFieldByTitle(Title As String) As Long
DLL
int QuickPDFFindFormFieldByTitle(int InstanceID, wchar_t * Title)
Parameters
| Title | The title of the form field to find. |
Return values
| 0 | The form field could not be found |
| Non-zero | The Index of the form field with the specified title |