GetFormFieldCaption
Form fields
Description
Returns the caption of a form field.
Syntax
Delphi
Function TPDFlib.GetFormFieldCaption(Index: Integer): WideString;
ActiveX
Function PDFlib::GetFormFieldCaption(Index As Long) As String
DLL
const wchar_t * DLGetFormFieldCaption(int InstanceID, int Index);
Parameters
| Index | The index of the form field |
|---|