Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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