-
Notifications
You must be signed in to change notification settings - Fork 0
cRecord
Brendon edited this page Mar 17, 2024
·
2 revisions
cRecord
The cRecord class contains a Dictionary object Fields that contains the cField objects in the cRecord. There is no limit to how many cFields can exist in a cRecord. To create a table of records, cRecord objects are stored in a cDataTable object.
Methods:
cRecord.AddField
cRecord.DeleteField
cRecord.SetFieldOrder
cRecord.UpdateField
cRecord.NewRecord
cRecord.CopyField
cRecord.FieldValue
cRecord.FieldOrderNumber
cRecord.FieldNameFromOrder
cRecord.IsFieldValueBetween
cRecord.IsFieldValue
cRecord.Compare
cRecord.GreaterOrSmallerThan
cRecord.ContainsSubsetOf
cRecord.SelectFields
cRecord.Copy
cRecord.Dispose
Propertys:
cRecord.ID
cRecord.XML