TDField Object
Description
Properties for a field.
Remarks
Get a TDField object from the Fields property of any factory object or from TDConnection.Fields.
Public Methods
Public Method IsValidValueChecks if the input value is valid for the field.
Public Properties
Public Property NameThe database name of the current field.
Public Property PropertyThe FieldProperty object associated with the current field.
Public Property TypeThe field database type.
See Also