Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TFields.GetFieldNames

Get the list of fieldnames.

Declaration

Source position: db.pas line 1357

public procedure TFields.GetFieldNames(

  Values: TStrings

);

Arguments

Values

  

List to store fieldnames in.

Description

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.

See also

TField.FieldName

  

Name of the field.


Documentation generated on: Jul 24 2023