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

If True, the field immediately saves a selected item’s value in the PDF document model. If False, the field saves the selected value in response to the Enter keystroke or when the field loses focus.

See Also