Find a field by name.
Source position: db.pas line 1911
public function TDataSet.FindField( |
const FieldName: string |
):TField; |
FieldName |
|
Fieldname to look for. |
Field instance matching FieldName.
FindField is a shortcut for Fields.FindField: it searches for the field with fieldname equalling FieldName. The case is performed case-insensitive. The matching field instance is returned, and if no match is found, Nil is returned.
|
Search a field by name. |
|
|
Find a field based on its name. |