Return a list of all available field names.
Source position: db.pas line 1921
| public procedure TDataSet.GetFieldNames( | 
| List: TStrings | 
| ); | 
| List | 
 | List in which to return field names. | 
GetFieldNames returns in List the names of all available fields, one field per item in the list. The dataset must be open for this function to work correctly.
| TDataset.GetFieldNameList | ||
| 
 | Search a field by name. | |
| 
 | Find a field by name. |