码迷,mamicode.com
首页 > Windows程序 > 详细

delphi 中判断对象是否具备某一属性

时间:2017-01-11 12:45:05      阅读:288      评论:0      收藏:0      [点我收藏+]

标签:box   component   listbox   int   begin   list   cli   tco   info   

  Uses   TypInfo;  
   
  {$R   *.dfm}  
   
  procedure   TForm1.Button1Click(Sender:   TObject);  
  var  
      I:   Integer;  
  begin  
      for   I   :=   0   to   ComponentCount   -   1   do  
          if   IsPublishedProp(Components[I],   ‘Caption‘)   then  
              ListBox1.Items.Add(Components[I].Name);  

  end;  

delphi 中判断对象是否具备某一属性

标签:box   component   listbox   int   begin   list   cli   tco   info   

原文地址:http://www.cnblogs.com/yzryc/p/6272983.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!