Skip to content

cField.Copy

Brendon edited this page Mar 17, 2024 · 1 revision

Copy

returns cField

This method returns an exact copy of the cField object it is called from. This is used extensively by the methods in cRecord where it is neccesary to create a copy of data to work on. This method does not copy the isDisposing private property so fields copied will not be deemed to be disposed of.

See also: cField.NewField, cField

Clone this wiki locally