Skip to content
Brendon edited this page Mar 17, 2024 · 1 revision

cField

This is used to hold field values. There is a public access Name string variable which holds the name of the cField. There is also a public access Order long integer variable that holds the order number of the field. The Value of the field is stored as a variant so any type of non object data (String, Date, Double, Currency, Long, Integer) can be stored in a field. cFields are typically used to make up cRecord objects.

Methods
cField.NewField
cField.Copy
cField.Dispose

Properties
cField.XML
cField.Value
cField.Order
cField.Name

Clone this wiki locally