-
Notifications
You must be signed in to change notification settings - Fork 0
cField.NewField
Brendon edited this page Mar 17, 2024
·
1 revision
NewField
returns cField
This method returns an exact copy of the cField object it is called from with the exception of the Value. The Value is set to Null.
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.Copy, cField