GetFormFieldDefaultValue
Form fields
Description
Returns the default value of a form field. This is the value that the field will have when the form is reset.
Syntax
Delphi
function TPDFlib.GetFormFieldDefaultValue(Index: Integer): WideString;ActiveX
Function PDFlib::GetFormFieldDefaultValue(Index As Long) As StringDLL
wchar_t * DLGetFormFieldDefaultValue(int InstanceID, int Index);Parameters
| Index | The index of the form field |
|---|