Skip to main content

TdxPDFChoiceField.ImmediatePost Property

Specifies if the field immediately saves a selected item’s value in the PDF document model.

Declaration

property ImmediatePost: Boolean read; write;

Property Value

Type Description
Boolean
True
The field immediately saves a selected item’s value in the PDF document model.
False
The field saves the selected value in response to the Enter keystroke or when the field loses focus.
See Also