Skip to main content

TdxUpdateFieldOptions.Time Property

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

Declaration

property Time: Boolean read; write; default DefaultTime;

Property Value

Type Default
Boolean DefaultTime

Remarks

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

The default value of the Time property is DefaultTime.

See Also