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 StringDLL
wchar_t * DLGetFormFieldCaption(int InstanceID, int Index);Parameters
| Index | The index of the form field |
|---|