CTTable::GetField
Syntax
CTField GetField(NINT FieldNumber) const
CTField GetField(const CTString& FieldName) const
Parameters
Description
Retrieves a field by its number or name. The first field in the table is the field number zero.
Return
GetField() returns the field object.
See also
GetFieldNumber(), GetFieldCount()