想实现这么个功能,发现pb自带的例子中有这么一段

lcd_Object = FindClassDefinition(String(ltvi_Item.Data), is_LibraryList)
    If IsNull(lcd_Object) Then
        MessageBox("Error","Object Not Found.")
        Return
    End If
    
    ll_Rows = UpperBound(lcd_Object.nestedclasslist)

 

相关文章:

  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-12-08
  • 2021-10-09
  • 2021-10-14
猜你喜欢
  • 2022-02-07
  • 2021-09-09
  • 2021-10-10
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案