[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Find a field based on its name
Source position: db.pas line 1034
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 |
lazarus-ccr.sourceforge.net |