【问题描述】
该问题是由于 IsChildOf 函数第一句
if Assigned(FParent) then
中,FParent 错误的写成了 AParent 引起,可能会造成 Access Volation 异常。
【严重程度】
中
【更新级别】
推荐
该问题是由于 IsChildOf 函数第一句
if Assigned(FParent) then
中,FParent 错误的写成了 AParent 引起,可能会造成 Access Volation 异常。
中
推荐
登录 |