Skip to main content

TdxPDFFormForEachFieldProc Type

A reference to an anonymous procedure that iterates through all interactive fields on a form and applies the same changes to them.

Declaration

TdxPDFFormForEachFieldProc = reference to procedure(AField: TdxPDFCustomField);

Parameters

Name Type Description
AField TdxPDFCustomField

The target interactive field.

Remarks

Use the AField parameter to address all interactive fields on a PDF form.

See Also