GetFormFieldReadOnly
Description
Returns the state of a field's ReadOnly flag.
The user cannot change the value of a form field if the ReadOnly flag is set.
Syntax
Delphi
function TQuickPDF0813.GetFormFieldReadOnly(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFormFieldReadOnly(Index As Long) As Long
DLL
int QuickPDFGetFormFieldReadOnly(int InstanceID, int Index)
Parameters
| Index | The index of the form field |
Return values
| 0 | The field's ReadOnly flag is not set |
| 1 | The field's ReadOnly flag is set |