Get the list of fieldnames.
Source position: db.pas line 1363
| public procedure TFields.GetFieldNames( | 
| Values: TStrings | 
| ); | 
| Values | 
 | List to store fieldnames in. | 
GetFieldNames fills Values with the fieldnames of all the fields in the list, each item in the list contains 1 fieldname. The list is cleared prior to filling it.
| 
 | Name of the field. |