This class represents one of the field of a table.
Use the Find method to select one field before using the properties. Or enumerates them with the FOR EACH keyword.
This class is virtual. You cannot use it as a datatype.
This class is not creatable.
This class is enumerable with the FOR EACH keyword.
DIM hTableField AS .TableField FOR EACH hTableField ... NEXT |
Enumerates all fields in the table, by changing the current field representing by the object.
This class can be used as a function.
SUB .TableField ( Name AS String ) |
This is a synonymous of the Find method.