Find a field based on its name.
Source position: db.pas line 1359
| public function TFields.FindField( | 
| const Value: string | 
| ):TField; | 
| Value | 
 | Fieldname to search for. | 
Field instance with FieldName matching Value.
FindField searches the list of fields and returns the field instance whose FieldName property matches Value. The search is performed case-insensitively. If no field instance is found, then Nil is returned.
| 
 | Find a field based on its name. |