如何知道一个已知类的子类或者父类???(10分)

  • 主题发起人 主题发起人 xxy1898
  • 开始时间 开始时间
X

xxy1898

Unregistered / Unconfirmed
GUEST, unregistred user!
我看了李维的<系统篇>第五章,知道了以下三个类的继承关系
exception->edatabaseerror->eupdateerror,请问怎样在delphi的帮助中或用其它办法
知道某个类的父类或它的子类?
不好意思,实在给不出分了,不晓得DFW为什么从来没给我加过分:]
 
To get the type of the immediate ancestor of a class, use the ClassParent function.
There's no easy way to enumerate all decendent classes.
 
在编码器中用Ctrl+鼠标左键点击你所要查的类,他会自动跳到其类的定义,一看就知父类了。

 
TClass.ClassParent
 
多人接受答案了。
 

Similar threads

D
回复
0
查看
871
DelphiTeacher的专栏
D
D
回复
0
查看
930
DelphiTeacher的专栏
D
D
回复
0
查看
945
DelphiTeacher的专栏
D
D
回复
0
查看
777
DelphiTeacher的专栏
D
后退
顶部