Skip to main content

TdxUpdateFieldOptions.Date Property

Specifies a value indicating whether the DATE document fields are automatically updated.

Declaration

property Date: Boolean read; write; default DefaultDate;

Property Value

Type Default
Boolean DefaultDate

Remarks

All DATE fields within a loaded document are automatically updated, provided that the Date property is set to True. Otherwise, the Rich Edit control displays DATE field values stored in the document.

The default value of the Date property is DefaultDate.

See Also