GetFormFieldDefaultValue
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 TQuickPDF0813.GetFormFieldDefaultValue(Index: Integer): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldDefaultValue(Index As Long) As String
DLL
wchar_t * QuickPDFGetFormFieldDefaultValue(int InstanceID, int Index)
Parameters
| Index | The index of the form field |