[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Return a list of all available field names
Source position: db.pas line 1314
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.
|
Search a field by name |
|
|
Find a field by name |
lazarus-ccr.sourceforge.net |