G'day, everyone

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:

var record1, record2 : TRecordType;
..........

if record1 = record2 then  

^
error here: incompatiable type.

Is there a way to compare two records at once without check
each of its filed one by one?

TIA

Wei 



---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to