我收到一个错误:
[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 !!!