DAGetFormFieldTitle
Form fields, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Returns the title of the specified form field.
Syntax
Delphi
function TQuickPDF0813.DAGetFormFieldTitle(FileHandle,
FieldIndex: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::DAGetFormFieldTitle(FileHandle As Long,
FieldIndex As Long) As String
DLL
wchar_t * QuickPDFDAGetFormFieldTitle(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. |