Skip to content

cDataTable.DeleteField

Brendon edited this page Mar 17, 2024 · 1 revision

DeleteField

returns boolean

accepts (ByVal fieldName As String)

Specify the name of the field you want to delete and this method will delete the field with that name out of all cRecords in the cDataTable. If the field can not be found in a record, the method will exit and return false.

The method will also remove the specified field from the default record of the cDataTable

See also: cDataTable, cRecord, cDataTable.AddField

Clone this wiki locally