Icon CopyOnAppend Property

property CopyOnAppend: Boolean

Usage

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

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