TFields Copying

From: Emile Petrus Abi-Abib (emile_at_think.com.br)
Date: 11/27/03

  • Next message: Marcio Barroso: "Catastrophic failure when connecting to MySQL using ADO"
    Date: Thu, 27 Nov 2003 17:27:42 -0300
    
    

    I want to copy all fields from one TDataSet to another TDataSet. However,
    the
    TField class does not redefine the Assign method to copy its properties (and
    neither its derived classes do). How do I perform this copy without
    verifying
    what is the type of the TField and its eventual properties?

    I want to copy all fields from one TDataSet to another TDataSet. However,
    the
    TField class does not redefine the Assign method to copy its properties (and
    neither its derived classes do). How do I perform this copy without
    verifying
    what is the type of the TField and its eventual properties?


  • Next message: Marcio Barroso: "Catastrophic failure when connecting to MySQL using ADO"