Skip to content

cRecord.DeleteField

Brendon edited this page Mar 17, 2024 · 1 revision

DeleteField

returns boolean

accepts (ByVal fieldName As String)

You specify the fieldName you want to have deleted and if it exists it will be deleted.

It then decrements the order number of higher order fields so that there is no gap in the sequence.

It returns True on a successful deletion

See also: cDataTable.DeleteField, cRecord.AddField, cRecord

Clone this wiki locally