Find item by name.
Source position: db.pas line 242
| public function TFieldDefs.Find( | 
| const AName: string | 
| ):TFieldDef; | 
| AName | 
 | Name to search for. | 
TFieldDef instance with name AName or Nil.
Find simply calls the inherited TDefCollection.Find to find an item with name AName and typecasts the result to TFieldDef.
| 
 | Find an item by name. | |
| 
 | Name of the item. |