可耐楼房

文章
4
资源
0
加入时间
2年10月17天

Delphi中判断控件的详细类型

var  t:TFrmMain;begin  if(self is TForm) then  begin    if(self.ClassType=tform) then    begin            ShowMessage('tform');    end    else if(self.classtype=TFrmMain) then    b