TFieldColumns.ConnectFields Method

procedure ConnectFields;

Connect all specified fields.

Result: stored in self (calling object)

Remarks:

Performs a search for the field objects based on the TFieldColumn.FieldNames and assigns the found pointers to field objects to the DataField property of each TFieldColumn item. This speeds up subsequent references to the fields. After changes to the fields of the dataset, call this method.