[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'db' (#fcl)

TFields.CheckFieldName

Check field name for duplicate entries

Declaration

Source position: db.pas line 1112

public procedure TFields.CheckFieldName(

  const Value: string

);

Arguments

Value

  

Field name to check

Description

CheckFieldName checks whether a field with name equal to Value (case insensitive) already appears in the list of fields (using TFields.Find). If it does, then an EDatabaseError exception is raised.

See also

TField.FieldName

  

Name of the field

TFields.Find


Documentation generated on: Nov 14 2015