Icon CopyOnAppend Property

property CopyOnAppend: Boolean

Usage

Use the CopyOnAppend property to control whether the current or last record's contents should be copied automatically to any newly inserted or appended records.

Information Using the Append method will cause the last record to be copied, not the current record. If you wish to copy the current record's contents then you should use the Insert method. Also, this property is only used in the context of the descendant TDBISAMTable and TDBISAMQuery components.
Image