TdxPDFFormForEachFieldProc Type
In This Article
A reference to an anonymous procedure that iterates through all interactive fields on a form and applies the same changes to them.
#Declaration
Delphi
TdxPDFFormForEachFieldProc = reference to procedure(AField: TdxPDFCustomField);
#Parameters
Name | Type | Description |
---|---|---|
AField | Tdx |
The target interactive field. |
#Remarks
Use the AField parameter to address all interactive fields on a PDF form.
See Also