TdxPDFForm.ForEach(TdxPDFFormForEachFieldProc) Method
Performs a specific set of actions on all interactive fields on the form.
Declaration
procedure ForEach(AProc: TdxPDFFormForEachFieldProc);
Parameters
Name | Type | Description |
---|---|---|
AProc | TdxPDFFormForEachFieldProc | A reference to an anonymous procedure that iterates through all interactive fields on a form and applies the same changes to them. |
See Also