エラーが発生します:
[DCC エラー] Unit_TProcessClass.pas(334): E2010 互換性のない型: 'TBitmap' および 'tagBITMAP'
クラスは次のように定義されます
TMyClass = Class
private
MyBMP : TBitmap;
property aBMP : TBitmap read MyBMP write MyBMP;
コードは次のようになります
processABitmap(aMyClass.aBMP) ; -> here is the compile error !!!