>This got to be a naive question, but I need an enlightenment either
 >theoretical or practical. In the following code I tried to compare 
 >two record type variables which belong to the same record type:

If the record contains strings, objects, pchars, etc. then its did it hard way
as far as I know. Fixed size records of simple types (eg a common one for
me is Record
             x,y:Double;
         end; )
then you can try type Casting to fixed type for comparison. 

----------------------------------------------------------
Phil Scadden, Institute of Geological and Nuclear Sciences
PO Box 30368, Lower Hutt, New Zealand
Ph +64 4 5704821, fax +64 4 5704603
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to