FindFormFieldByTitle
Form fields
Description
Finds the index of the form field with the specified title.
Syntax
Delphi
function TPDFlib.FindFormFieldByTitle(Const Title: WideString): Integer;ActiveX
Function PDFlib::FindFormFieldByTitle(Title As String) As LongDLL
int DLFindFormFieldByTitle(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 |