DAGetFormFieldTitle
Form fields, Direct access functionality
Description
Returns the title of the specified form field.
Syntax
Delphi
Function TPDFlib.DAGetFormFieldTitle(FileHandle, FieldIndex: Integer): WideString;
ActiveX
Function PDFlib::DAGetFormFieldTitle(FileHandle As Long, FieldIndex As Long) As String
DLL
const wchar_t * DLDAGetFormFieldTitle(int InstanceID, int FileHandle, int FieldIndex);
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
|---|---|
| FieldIndex | The index of the form field to work with. The first form field has an index of 1. |