[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return field instances in a list
Source position: db.pas line 1644
public procedure TDataSet.GetFieldList( |
List: TList; |
const FieldNames: string |
); |
List |
|
List in whihc to return field instances |
FieldNames |
|
Semicolon-separated list of fieldnames |
GetfieldList parses FieldNames for names of fields, and returns the field instances that match the names in list. FieldNames must be a list of field names, separated by semicolons. The list is cleared prior to filling with the requested field instances.
If FieldNames contains a name of a field that does not exist in the dataset, then an EDatabaseError exception will be raised.
|
Return a list of all available field names |
|
|
Search a field by name |
|
|
Find a field by name |