GetFormFieldCaption
Description
Returns the caption of a form field.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldCaption(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldCaption(Index As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldCaption(int InstanceID, int Index)
Parameters
| Index | The index of the form field |