The following compiles with an error in D5.

type
  TSomeObject = class
  private
    procedure GetA (msg: TMessage); overload; message 1;
    function GetA: Integer; overload;
  public
    property A: Integer read GetA;
  end;

It seems like D5's compiler is not able to correctly resolve the overloaded
property access method.

Regards,
Dennis.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to