Retrieves a specified set of field objects into a list. Syntax: procedure GetFieldList(List: TList; Const FieldNames: String); Description: Call GetFieldList to copy a specified set of field objects into a list object created and maintained by the application. List is the TList object into which to copy the field objects. FieldNames is a string containing the name of the fields to copy. Each field name in the string must be separated from other field names with a semicolon. GetFieldList builds a list that contains only the field objects for which it finds a matching name in the dataset's list of field objects.
|