TDField object

A TDField object represents the properties for a field.

You get a TDField object from the Fields property of any factory object. For example, BugFactory.Fields.

Public properties

Property R/W Type Description
Name R String The database name of the current field.
Property R Object The FieldProperty object associated with the current field. See FieldProperty object.

Back to top