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 Long

DLL

int DLFindFormFieldByTitle(int InstanceID, wchar_t * Title);

Parameters

TitleThe title of the form field to find.

Return values

0The form field could not be found
Non-zeroThe Index of the form field with the specified title