Hi Guys
 
With the recent Kylix launch I'm really surprised how little traffic there has been re Kylix/D6
Did anyone else notice with the advent of "CustomVariant" Type that you could not "operater overload" in Delphi
Mystery is why they made a whole new class branch with this property (which inherits from TObject) and
not just incorp it in TObject
 
ie
 
var
  A, B, C: TCustomVariant
 
  A := B + C
 
you can define the behaviour of +
 
Neven

Reply via email to