In my Delphi 2009 application I need to check if a field exists and if it doesn\'t add it during application execution.
I have figured out the test for the field,
Try set Field.DataSet:= Table;